Single mount format checkpoint

This commit is contained in:
Ian Gulliver
2024-07-19 22:05:23 -07:00
parent a18d6a4eb0
commit 6aa8a81bdd
8 changed files with 93 additions and 126 deletions

View File

@@ -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);