summaryrefslogtreecommitdiffstats
path: root/case
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-15 15:35:32 -0500
committerXANTRONIX Development2023-11-15 15:35:32 -0500
commit4f5015ea13eb0c9fb29b7d5318b7bd0c33e40d09 (patch)
tree12afc1c46a47107de5ae84390db8a8941ad9a39a /case
parent8fb65233a75317dac5497669d6f802e4509f1b4a (diff)
downloadxantronix-z32-4f5015ea13eb0c9fb29b7d5318b7bd0c33e40d09.tar.gz
xantronix-z32-4f5015ea13eb0c9fb29b7d5318b7bd0c33e40d09.tar.bz2
xantronix-z32-4f5015ea13eb0c9fb29b7d5318b7bd0c33e40d09.zip
Use cylinders for screw posts
Diffstat (limited to 'case')
-rw-r--r--case/compact.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/case/compact.scad b/case/compact.scad
index 347cca1..1494996 100644
--- a/case/compact.scad
+++ b/case/compact.scad
@@ -73,8 +73,8 @@ module keyboard_base_plate(pcb_dimensions, pcb_screw_holes, switch_z_range) {
color(case_color)
difference() {
- cylinder(h=h, r1 = (diameter_outer / 2.0) * 1.5);
- cylinder(h=h, r = diameter_inner / 2.0);
+ cylinder(h=h, r=(diameter_outer / 2.0) * 1.5);
+ cylinder(h=h, r= diameter_inner / 2.0);
}
}