From de005917cd6d86926ec83c00599f57ca30c5ddf4 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 21 Nov 2023 17:07:13 -0500 Subject: Ensure screw posts intersect top case fascia --- case/top.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.3