chiark / gitweb /
sewing-table: rename Rear to Curves - we will do them together
[reprap-play.git] / sewing-table.scad.m4
index 4af88b176a06707f607cc29566f12109a225dd31..5a5ffcd90d49f1546a24549a6d53859a538d62ea 100644 (file)
@@ -80,11 +80,11 @@ 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;
 
-rearcurve_strt_len = 65;
+rearcurve_strt_len = 52;
 
 rearcurve_z_slop = 0.75;
 
@@ -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) =