From bea7fcd58d681023a1c8a7297abca4979bac28c6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 01:34:42 +0100 Subject: [PATCH] sewing-table: add some z slop to front curve --- sewing-table.scad.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index e4ead97..d3930c5 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -98,6 +98,7 @@ reartablet_y = 5; frontcurve_side_skew = 3.5 / 72; frontcurve_avoid_y = 70; +frontcurve_z_slop = 0.75; // calculated @@ -445,7 +446,7 @@ module Machine_Curves(){ ////toplevel } translate([ tile01_tr[0] - cutout_l_end_x + rearedge_len, cutout_tile11_y, - 0 ]){ + frontcurve_z_slop ]){ translate([ 0, -first_front[0] , 0 ]) multmatrix([[1, -frontcurve_side_skew, 0, 0], [0, 1, 0, 0], -- 2.30.2