Port spoolmount library refactor: add bump, consolidate extension_twist, drop clip variant
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user