chiark / gitweb /
sewing-table: rename Rear to Curves - we will do them together
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 May 2017 00:06:43 +0000 (01:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 May 2017 00:07:41 +0000 (01:07 +0100)
sewing-table.scad.m4

index 0a5103fc5ffc6a9f49090f840a5a6b0f80fc4d34..5a5ffcd90d49f1546a24549a6d53859a538d62ea 100644 (file)
@@ -80,7 +80,7 @@ cutout_tile01_y = 170 - 147 + cutout_l_end_y_front_slop;
 cutout_tile11_x = cutout_l_end_x + cutout_l_end_curve;
 cutout_tile11_y = cutout_l_end_y_total - cutout_tile01_y;
 
-// rear curve
+// front and rear curves
 
 rearedge_len = 170;
 
@@ -417,7 +417,7 @@ module Machine_RearProfile(){
   }
 }
 
-module Machine_Rear(){ ////toplevel
+module Machine_Curves(){ ////toplevel
   translate([ tile01_tr[0] - cutout_l_end_x + rearedge_len,
              cutout_tile11_y,
              0 ]){
@@ -467,7 +467,7 @@ module Machine_Rear(){ ////toplevel
 
 module Machine(){ ////toplevel
   Machine_Arm();
-  Machine_Rear();
+  Machine_Curves();
 }
   
 function Rectangle_corners(c0, sz) =