From 46cb4efe6db3903735775d622dafaae4bcf23097 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 01:06:43 +0100 Subject: [PATCH] sewing-table: rename Rear to Curves - we will do them together --- sewing-table.scad.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) = -- 2.30.2