From aa6d117149ae965f4032624036e3936169dcacaa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 00:59:14 +0100 Subject: [PATCH] earring-stand: printables --- earring-stand.scad | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/earring-stand.scad b/earring-stand.scad index 1887e2d..6a680cb 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -310,6 +310,18 @@ module Back(){ } } +module BackPrint(){ ///toplevel + rotate([0,-90,0]) Back(); +} + +module FrontPrint(){ ////toplevel + rotate([0, 90+beta, 0]) Front(); +} + +module BasePrint(){ ////toplevel + Base(); +} + module Demo(){ color("red") Base(); color("blue") Front(); @@ -321,4 +333,7 @@ module Demo(){ //TestProtr(); //TestRAProtr(); //Sketch(); -Demo(); +//Demo(); +//BackPrint(); +//FrontPrint(); +//BasePrint(); -- 2.30.2