From 86c588dc50993a085985c2b60d6150f801138926 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Sep 2012 23:17:49 +0100 Subject: [PATCH] filamentspool wrappers --- filamentspool-armend.scad | 2 ++ filamentspool-cup.scad | 2 ++ filamentspool-cupclip.scad | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 filamentspool-armend.scad create mode 100644 filamentspool-cup.scad create mode 100644 filamentspool-cupclip.scad 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(); -- 2.30.2