Port spoolmount library refactor: add bump, consolidate extension_twist, drop clip variant

This commit is contained in:
Ian Gulliver
2026-07-13 15:26:55 -04:00
parent 83c7abb698
commit 7c91fdb38b
8 changed files with 71 additions and 63 deletions
+7 -7
View File
@@ -30,7 +30,7 @@ module spoolmount_twist() {
}
}
for (a = [45 : 90 : 335]) {
for (a = [45 : 180 : 335]) {
// Slide bump entrance cutout
rotate([0, 0, a - 13])
rotate_extrude(angle=26, $fn=200)
@@ -43,8 +43,8 @@ module spoolmount_twist() {
]);
// Slide cutout
rotate([0, 0, a - 40])
rotate_extrude(angle=80, $fn=200)
rotate([0, 0, a - 55])
rotate_extrude(angle=110, $fn=200)
translate([23, 0, 0])
polygon(points=[
[3, 0.5],
@@ -66,7 +66,7 @@ module spoolmount_twist() {
cylinder(h=4, r=25, $fn=200);
for (a = [45 : 90 : 335]) {
for (o = [-19.15, 19.15]) {
for (o = [-34.15, 34.15]) {
rotate([0, 0, a + o])
translate([0, 23.9, 0]) {
translate([0, 0, 1])
@@ -83,9 +83,9 @@ module spoolmount_twist() {
}
// Rounded cutouts
for (a = [45 : 90 : 335]) {
for (o = [-40, -20, 20, 40]) {
rotate([0, 0, a + o])
for (a = [45 : 180 : 335]) {
for (o = [-55, -35, 35, 55]) {
rotate([0, 0, a + 90 + o])
translate([0, 30.5, 0])
scale([0.2, 1.0, 1.0])
rotate_extrude($fn=200)