summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-17 22:49:20 -0500
committerXANTRONIX Development2023-11-17 22:49:20 -0500
commit514b3dbc02e716c77ac51066417b5d397ca61524 (patch)
tree8e4f60945f5a55d09caaa5a490e009d78d6e5b80
parent8eac3ff93b25a21436e1a2e3252cd187f7c23cb1 (diff)
downloadxantronix-z32-514b3dbc02e716c77ac51066417b5d397ca61524.tar.gz
xantronix-z32-514b3dbc02e716c77ac51066417b5d397ca61524.tar.bz2
xantronix-z32-514b3dbc02e716c77ac51066417b5d397ca61524.zip
Remove whitespace
-rw-r--r--case/top.scad1
1 files changed, 0 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad
index a76318f..e49fa40 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -64,7 +64,6 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
}
}
-
for (post = top_case_screw_posts) {
translate([post[0], post[1], wall_height - wall_width - post[2] - eps])
screw_post(post[2] + eps);