From 82d8e8f5a83f2823a8f35b7280a2c4dc09697042 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 23 May 2017 22:56:14 +0100 Subject: [PATCH] sewing-table: move origin (nfc other than translation) --- sewing-table.scad.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index d391599..8e59b4a 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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; -- 2.30.2