From c08d83cafaeb5c95123aa8710d1b2e4663892bd3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 11 May 2014 23:57:33 +0100 Subject: [PATCH] brompton-computer-guard: Print --- brompton-computer-guard.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index 5cefc95..2888379 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -163,5 +163,11 @@ module Demo(){ %BodyPositive(); } +module Print(){ + rotate([180,00]) + Body(); +} + //Demo(); -Body(); +//Body(); +Print(); -- 2.30.2