This commit is contained in:
Ian Gulliver
2024-07-12 09:54:05 -07:00
parent 2857e0fa90
commit eb6d96f9ab

View File

@@ -53,11 +53,13 @@ module spool_cage() {
} }
} }
// Bottom PTFE hole
rotate([0, 0, -1.5]) rotate([0, 0, -1.5])
translate([105, 0, 43]) translate([105, 0, 43])
rotate([90, 0, 30]) rotate([90, 0, 30])
cylinder(h=50, d=4.2, center=true, $fn=100); cylinder(h=50, d=4.2, center=true, $fn=100);
// Top PTFE hole
rotate([0, 0, 1.5]) rotate([0, 0, 1.5])
translate([105, 0, 55]) translate([105, 0, 55])
rotate([90, 0, -30]) rotate([90, 0, -30])