Update x-carriage.scad

The filament hole doe snot completely pass trhourgh the surface. (changed the trabslate from 0 to -5)
This commit is contained in:
Golfleur 2022-10-21 16:28:03 -04:00 committed by GitHub
parent 1f5072f2c1
commit 1ba4bf9cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ module final_cutout()
{
union()
{
translate([-14.199,9.05,0]) rotate([-5,0,22.5]) cylinder(r=1.62, h=40, $fn=8);
translate([-14.199,9.05,-5]) rotate([-5,0,22.5]) cylinder(r=1.62, h=40, $fn=8);
translate([-14.5,9.7,8]) rotate([-5,0,22.5]) cylinder(r=1.62,r2=3, h=8, $fn=8);
}
}