From 7cb93afbc1d1b661ea740d0a7b2f34829ec1c01c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 17 Dec 2015 00:39:32 +0000 Subject: [PATCH] filamentspool: Provide a rather shonky demo --- filamentspool.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/filamentspool.scad b/filamentspool.scad index bb3c678..b23fda8 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -449,6 +449,12 @@ module FilamentCupPair(){ ////toplevel rotate([0,0,180]) FilamentCup(); } +module Demo(){ + translate([-hubeffrad-30,50,0]) Hub(); + ArmEnd(); + translate([0,50,0]) FilamentCup(); +} + //ArmEnd(); //FilamentCup(); //FilamentCupPair(); -- 2.30.2