From: Ian Jackson Date: Fri, 26 May 2017 10:51:26 +0000 (+0100) Subject: sewing-table: FitTest move (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=3c06d2fd4577862c22a4071b73e9658f68b9987c sewing-table: FitTest move (nfc) --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 1f6fad7..3964850 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -505,13 +505,6 @@ module Machine(){ ////toplevel 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 @@ -537,6 +530,13 @@ m4_dnl expands to two comma-separated corners: m4_dnl that denoted by ix, and the next one anticlockwise m4_define(`R_EDGE',`$1[$2],$1[(($2)+1)%4]') +module FitTest(){ ////toplevel + difference(){ + cube([200,200,200]); + #Machine(); + } +} + module Tile02(){ ////toplevel sz = [100,170]; c0 = tile02_tr + -sz;