From: Ian Jackson Date: Thu, 25 May 2017 00:06:59 +0000 (+0100) Subject: sewing-table: move first_front (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=dcdee0c23c3d28e9e1eb99ec9905f5d9110a9627 sewing-table: move first_front (nfc) --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 5a5ffcd..734a7a5 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -124,6 +124,8 @@ interlock_negative_rad = interlock_rad + 0.125; interlock_sq_adj = 0.2; // arbitrary +first_front = machine_front_profile[len(machine_front_profile)-1]; + module Post(){ mirror([0,0,1]) { difference(){ @@ -387,7 +389,6 @@ module Machine_Arm(){ module Machine_Profile(){ first_rear = machine_rear_profile[0]; - first_front = machine_front_profile[len(machine_front_profile)-1]; below_point = 0.5 * ( first_rear + first_front ) + [ 0, -10 ]; pol = concat( machine_rear_profile, [ below_point ],