From 5ba787fbaba1aa771b3054082ffdcbd9a0843665 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 23:28:05 +0000 Subject: [PATCH] bike-lipo-box-gland: make Test into a toplevel and the file include-able --- bike-lipo-box-gland.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.30.2