From: Ian Jackson Date: Sun, 24 Jan 2016 23:09:55 +0000 (+0000) Subject: filamentspool: FilamentGuideArm: Provide FilamentGuideArmPrint, as printed (v1) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f513563c307be04e27ff1c079b18f057ad9e262b;p=reprap-play.git filamentspool: FilamentGuideArm: Provide FilamentGuideArmPrint, as printed (v1) --- 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();