diff options
Diffstat (limited to 'case')
-rw-r--r-- | case/top.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad index 1b85f38..f293e4e 100644 --- a/case/top.scad +++ b/case/top.scad @@ -68,7 +68,7 @@ module top_case(with_keyboard=false) { } for (post = top_case_screw_posts) { - translate([post[0], post[1], wall_height - wall_width - post[2] - eps]) + translate([post[0], post[1], wall_height - wall_width - post[2]]) screw_post(post[2] + eps); } } |