From 8f20bf2caf1c97632d3305a4c5a8b26176356079 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 May 2017 22:49:58 +0100 Subject: [PATCH] sewing-table: introduce some cutout_* parameters (nfc) --- sewing-table.scad.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 1edc2b7..4b3026c 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -28,6 +28,15 @@ interlock_fine_lenslop = 1.0; demo_slop = 0.1; +// cutout + +cutout_l_end_y = 85; +cutout_l_end_curve = 1; + +cutout_tile01_y = 170 - 147; +cutout_tile11_x = 22 + cutout_l_end_curve; +cutout_tile11_y = cutout_l_end_curve - cutout_tile01_y; + // calculated TEST = false; -- 2.30.2