chiark / gitweb /
sewing-table: add some z slop to front curve
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 May 2017 00:34:42 +0000 (01:34 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 May 2017 00:34:42 +0000 (01:34 +0100)
sewing-table.scad.m4

index e4ead979bb95194198eacc7947d3b642f7aa5d00..d3930c5862768c47f50dfb15da79b5252b03d9b9 100644 (file)
@@ -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],