diff options
author | XANTRONIX Development | 2023-11-17 22:49:20 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-17 22:49:20 -0500 |
commit | 514b3dbc02e716c77ac51066417b5d397ca61524 (patch) | |
tree | 8e4f60945f5a55d09caaa5a490e009d78d6e5b80 | |
parent | 8eac3ff93b25a21436e1a2e3252cd187f7c23cb1 (diff) | |
download | xantronix-z32-514b3dbc02e716c77ac51066417b5d397ca61524.tar.gz xantronix-z32-514b3dbc02e716c77ac51066417b5d397ca61524.tar.bz2 xantronix-z32-514b3dbc02e716c77ac51066417b5d397ca61524.zip |
Remove whitespace
-rw-r--r-- | case/top.scad | 1 |
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); |