45deg linear cap support

This commit is contained in:
Ian Gulliver
2024-07-05 14:51:17 -07:00
parent a29fece3cc
commit a9df9183de

View File

@@ -27,16 +27,13 @@ module spool_holder_simple() {
cylinder(h=5, r=17, $fn=200); cylinder(h=5, r=17, $fn=200);
// Cap fan out // Cap fan out
translate([0, 0, 108]) translate([0, 0, 110])
rotate_extrude($fn=200) rotate_extrude($fn=200)
translate([12, 0]) polygon(points=[
resize([5, 7]) [12, 0],
difference() { [17, 5],
square(5); [12, 5],
]);
translate([5, 0])
circle(r=5);
}
// Cap rounded edge // Cap rounded edge
translate([0, 0, 117.5]) translate([0, 0, 117.5])