From 37a2449dd58d73f286ffccc01b7066dec007838d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 May 2017 11:50:18 +0100 Subject: [PATCH] sewing-table: FitTest wip --- sewing-table.scad.m4 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 3d4597a..1f6fad7 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -504,7 +504,14 @@ module Machine(){ ////toplevel Machine_Arm(); Machine_Curves(); } - + +module FitTest(){ ////toplevel + difference(){ + cube([200,200,200]); + #Machine(); + } +} + function Rectangle_corners(c0, sz) = // returns the corners of a rectangle from c0 to c0+sz // if sz is positive, the corners are anticlockwise starting with c0 -- 2.30.2