diff options
-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); |