chiark / gitweb /
sewing-table: move origin (nfc other than translation)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 23 May 2017 21:56:14 +0000 (22:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 23 May 2017 21:56:14 +0000 (22:56 +0100)
sewing-table.scad.m4

index d3915992fa8763eb622fab48166a06a4db5b38a5..8e59b4aa9d92a60b16aa0ee441748a7360dca618 100644 (file)
@@ -40,8 +40,8 @@ cutout_l_end_curve = 1;
 cutout_l_end_y_total = cutout_l_end_y
   + cutout_l_end_y_front_slop + cutout_l_end_y_rear_slop;
 
-tile02_tr = [  0, 0];
-tile01_tr = [250, 0];
+tile02_tr = [-250, 0];
+tile01_tr = [  0, 0];
 
 cutout_tile01_y = 170 - 147 + cutout_l_end_y_front_slop;
 cutout_tile11_x = cutout_l_end_x + cutout_l_end_curve;