Ensure screw posts intersect top case fascia
This commit is contained in:
parent
09bd372071
commit
de005917cd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue