From f513563c307be04e27ff1c079b18f057ad9e262b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jan 2016 23:09:55 +0000 Subject: [PATCH] filamentspool: FilamentGuideArm: Provide FilamentGuideArmPrint, as printed (v1) --- filamentspool.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/filamentspool.scad b/filamentspool.scad index 9ca3516..57af02e 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -835,6 +835,10 @@ module FilamentGuideArm(){ ///toplevel FilamentGuideArmBase(); } +module FilamentGuideArmPrint(){ ////toplevel + rotate([90,0,0]) + FilamentGuideArm(); +} module Demo(){ translate([-hubeffrad-30,50,0]) Hub(); @@ -856,4 +860,5 @@ module Demo(){ //StorArmHoleTest(); //FilamentGuideSpacer(); //FilamentGuideArm(); +//FilamentGuideArmPrint(); //Demo(); -- 2.30.2