From fee9dead10bbd2a0b543ca97176280a4573a0fbc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 9 Feb 2016 20:31:22 +0000 Subject: [PATCH] filamentspool: Demo: show FilamentCup in a more plausible position --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamentspool.scad b/filamentspool.scad index f111fe1..e5e7af4 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -904,7 +904,7 @@ module FilamentGuideArmPrint(){ ////toplevel module Demo(){ ////toplevel translate([-real_exteffrad,-20,0]) Hub(); ArmEnd(); - translate([0,30,0]) FilamentCup(); + translate([ratchettooth*2, 30, 0]) FilamentCup(); } //ArmEnd(); -- 2.30.2