chiark / gitweb /
sewing-table: introduce some cutout_* parameters (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 May 2017 21:49:58 +0000 (22:49 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 May 2017 21:49:58 +0000 (22:49 +0100)
sewing-table.scad.m4

index 1edc2b7bb8e4f69e16119454a6a93aeeb6ca8c5b..4b3026cf9545548056ca4f13598154c01559f3fa 100644 (file)
@@ -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;