Single mount format checkpoint
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use <spoolmount_b.scad>
|
||||
use <spoolmount.scad>
|
||||
use <../util/torus.scad>
|
||||
|
||||
module spool_holder_clip(h) {
|
||||
assert(h >= 25, "minimum spool_holder_clip height is 25");
|
||||
|
||||
spoolmount_b();
|
||||
spoolmount();
|
||||
|
||||
// Fill in spoolmount
|
||||
cylinder(h=5, r=26);
|
||||
@@ -42,4 +42,4 @@ module spool_holder_clip(h) {
|
||||
torus(r_major=17, r_minor=2.5, xs=0.7, $fn=200);
|
||||
}
|
||||
|
||||
spool_holder_clip(h=100);
|
||||
spool_holder_clip(h=100);
|
||||
|
||||
Reference in New Issue
Block a user