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_cage(h=90, ptfe_offset=-10) {
// TODO: Parameterize diameter
spoolmount_b();
spoolmount();
// Radial arms out from spoolmount
for (a = [0 : 45 : 315]) {
@@ -79,4 +79,4 @@ module spool_cage(h=90, ptfe_offset=-10) {
torus(r_major=103, r_minor=2, $fn=500);
}
spool_cage();
spool_cage();