Port spoolmount library refactor: add bump, consolidate extension_twist, drop clip variant
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use <spoolmount-twist.scad>
|
||||
|
||||
module extension_twist(h, twist) {
|
||||
module extension_twist(h) {
|
||||
assert(h >= 10, "minimum extension_twist height is 10");
|
||||
|
||||
// Bottom spoolmount twist
|
||||
@@ -8,7 +8,7 @@ module extension_twist(h, twist) {
|
||||
|
||||
// Top spoolmount twist
|
||||
translate([0, 0, h])
|
||||
rotate([180, 0, twist])
|
||||
rotate([180, 0, 90])
|
||||
spoolmount_twist();
|
||||
|
||||
difference() {
|
||||
@@ -27,4 +27,4 @@ module extension_twist(h, twist) {
|
||||
}
|
||||
}
|
||||
|
||||
extension_twist(h=25, twist=30);
|
||||
extension_twist(h=25);
|
||||
Reference in New Issue
Block a user