From dcdee0c23c3d28e9e1eb99ec9905f5d9110a9627 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 01:06:59 +0100 Subject: [PATCH] sewing-table: move first_front (nfc) --- sewing-table.scad.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ], -- 2.30.2