From: Ian Jackson Date: Sat, 15 Sep 2012 22:17:49 +0000 (+0100) Subject: filamentspool wrappers X-Git-Tag: filamentspool-v2-release~860 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=86c588dc50993a085985c2b60d6150f801138926;hp=b6b7ab084845af53765a57e24b5e96c284763c6f;ds=sidebyside filamentspool wrappers --- diff --git a/filamentspool-armend.scad b/filamentspool-armend.scad new file mode 100644 index 0000000..fa64261 --- /dev/null +++ b/filamentspool-armend.scad @@ -0,0 +1,2 @@ +include +ArmEnd(); diff --git a/filamentspool-cup.scad b/filamentspool-cup.scad new file mode 100644 index 0000000..2459828 --- /dev/null +++ b/filamentspool-cup.scad @@ -0,0 +1,2 @@ +include +FilamentCup(); diff --git a/filamentspool-cupclip.scad b/filamentspool-cupclip.scad new file mode 100644 index 0000000..f377b31 --- /dev/null +++ b/filamentspool-cupclip.scad @@ -0,0 +1,2 @@ +include +CupSecuringClip();