chiark / gitweb /
sewing-table: FitTest move (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 May 2017 10:51:26 +0000 (11:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 May 2017 10:51:26 +0000 (11:51 +0100)
sewing-table.scad.m4

index 1f6fad76c8f93182b6ddace7e149264ff4c661e7..3964850626759c1d3276c3fb47157a2060b4d2bb 100644 (file)
@@ -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;