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_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();
|
||||
|
||||
Reference in New Issue
Block a user