fix tube angle and diameter

This commit is contained in:
2022-11-16 22:46:36 -08:00
parent f4fa569497
commit bd8257c30d
2 changed files with 6 additions and 6 deletions

View File

@@ -8,15 +8,15 @@ t=6; // thickness, mm
difference()
{
translate([0,0,-10])
rotate([0,-26,0])
rotate([0,-16,0])
difference()
{
cylinder(d=27, h=75);
cylinder(d=21, h=75);
cylinder(d=29, h=75);
cylinder(d=23, h=75);
}
translate([-25,-25,-20])
cube([50,50,20]);
translate([-55,-25,50])
translate([-45,-25,50])
cube([50,50,20]);
translate([0,0,45])
rotate([0,-90,0])
@@ -31,8 +31,8 @@ difference()
translate([0,3,3])
cube([50,9,9]);
translate([0,7.5,-10])
rotate([0,-26,0])
cylinder(d=21, h=75);
rotate([0,-16,0])
cylinder(d=23, h=75);
}
translate([50-t,0,10])

View File

Binary file not shown.