Update x-carriage.scad
The filament hole doe snot completely pass trhourgh the surface. (changed the trabslate from 0 to -5)pull/187/head
parent
1f5072f2c1
commit
1ba4bf9cea
|
|
@ -206,7 +206,7 @@ module final_cutout()
|
||||||
{
|
{
|
||||||
union()
|
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);
|
translate([-14.5,9.7,8]) rotate([-5,0,22.5]) cylinder(r=1.62,r2=3, h=8, $fn=8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue