From: Ian Jackson Date: Thu, 25 May 2017 00:06:43 +0000 (+0100) Subject: sewing-table: rename Rear to Curves - we will do them together X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=46cb4efe6db3903735775d622dafaae4bcf23097;p=reprap-play.git sewing-table: rename Rear to Curves - we will do them together --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 0a5103f..5a5ffcd 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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) =