Ensure screw posts intersect top case fascia

This commit is contained in:
XANTRONIX 2023-11-21 17:07:13 -05:00
parent 09bd372071
commit de005917cd

View file

@ -68,7 +68,7 @@ module top_case(with_keyboard=false) {
} }
for (post = top_case_screw_posts) { 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); screw_post(post[2] + eps);
} }
} }