Space for screws is slightly misplaced

Space for extruder screws in X-Carriage is off by .5mm. This is mostly cosmetic problem, but fix is trivial.
This commit is contained in:
Petr Ledvina 2021-12-09 18:44:48 +01:00 committed by GitHub
parent bc7818d10d
commit 3f94408a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -381,11 +381,11 @@ module x_carriage()
// hold together screws clearance
translate([-4.5,25.5,-1]) cylinder(r1=2.2,r2=1.5, h=10, $fn=25);
translate([-28.5,25.5,-1]) cylinder(r1=2.2,r2=1.5, h=10, $fn=25);
translate([-4.5,25.5,-1]) cylinder(r2=2,r1=3,h=3, $fn=25);
translate([-28.5,25.5,-1]) cylinder(r2=2,r1=3,h=3, $fn=25);
for (_x = [-5,-29])
translate([_x,25.5,-1]) {
cylinder(r1=2.2,r2=1.5, h=10, $fn=25);
cylinder(r2=2,r1=3,h=3, $fn=25);
}
translate([0,-0.5,0]) left_belt_cut();
translate([0,0.5,0]) right_belt_cut();