From 5967e597a19fe455e0c2e1cc6fcdf922c6509198 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jun 2017 20:56:03 +0100 Subject: [PATCH] sewing-table: get sense of cutout_l_end_new_x_slop right --- 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 dbd3d21..a5acff3 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -39,7 +39,7 @@ cutout_l_end_x_slop = 0.25; cutout_l_end_x = 22; cutout_l_end_y = machine_rear_to_front; cutout_l_end_curve = 1; -cutout_l_end_new_x_slop = -1.4; +cutout_l_end_new_x_slop = 1.4; cutout_l_end_y_total = cutout_l_end_y + cutout_l_end_y_front_slop + cutout_l_end_y_rear_slop; @@ -518,7 +518,7 @@ module Machine_NewEndProfileDemo(){ ////toplevel module Machine_NewArm(){ translate([0,0,-30]) linear_extrude(height=60) { - translate(tile01_tr + [ -cutout_l_end_x + cutout_l_end_new_x_slop, + translate(tile01_tr + [ -cutout_l_end_x - cutout_l_end_new_x_slop, (-cutout_tile01_y + cutout_tile11_y)/2 ]){ rotate(-90){ hull(){ -- 2.30.2