From: Ian Jackson Date: Sat, 13 Feb 2016 23:28:05 +0000 (+0000) Subject: bike-lipo-box-gland: make Test into a toplevel and the file include-able X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5ba787fbaba1aa771b3054082ffdcbd9a0843665;p=reprap-play.git bike-lipo-box-gland: make Test into a toplevel and the file include-able --- diff --git a/bike-lipo-box-gland.scad b/bike-lipo-box-gland.scad index e4c8cf4..0e9228b 100644 --- a/bike-lipo-box-gland.scad +++ b/bike-lipo-box-gland.scad @@ -46,7 +46,7 @@ module Plate(){ } } -module Test(){ +module Test(){ ////toplevel Plate(); translate(plateoff){ difference(){ @@ -56,4 +56,4 @@ module Test(){ } } -Test(); +//Test();