From c320f4ddaa7f467f708d588836b225cd992ba4ec Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 May 2017 00:38:20 +0100 Subject: [PATCH] sewing-table: break out cutout_l_end_x (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 4c7d53b..2bd91b1 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -34,6 +34,7 @@ cutout_l_end_y_front_slop = 0.5; cutout_l_end_y_rear_slop = 0.5; cutout_l_end_x_slop = 0.25; +cutout_l_end_x = 22; cutout_l_end_y = 85; cutout_l_end_curve = 1; cutout_l_end_y_total = cutout_l_end_y @@ -42,7 +43,7 @@ cutout_l_end_y_total = cutout_l_end_y tile01_tr = [250, 0]; cutout_tile01_y = 170 - 147 + cutout_l_end_y_front_slop; -cutout_tile11_x = 22 + cutout_l_end_curve; +cutout_tile11_x = cutout_l_end_x + cutout_l_end_curve; cutout_tile11_y = cutout_l_end_y_total - cutout_tile01_y; // calculated -- 2.30.2