From 9c3bb91f9adde083a93efe6268885255aa440dad Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Jun 2017 01:27:25 +0100 Subject: [PATCH 1/1] sewing-table: new front profile: remove invocation of old --- sewing-table.scad.m4 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index b60ddf3..950f69c 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -569,19 +569,6 @@ module Machine_Curves(){ ////toplevel translate([ tile01_tr[0] - cutout_l_end_x + rearedge_len, cutout_tile11_y, frontcurve_z_slop ]){ - %translate([ 0, -first_front[0] , 0 ]) - multmatrix([[1, -frontcurve_side_skew, 0, 0], - [0, 1, 0, 0], - [0, 0, 1, 0], - [0, 0, 0, 1]]) - translate([ 0, first_front[0] , 0 ]) - mirror([1,0,0]){ - rotate([0,-90,0])rotate([0,0,-90]){ - linear_extrude(height= 200) - Machine_FrontProfile(); - } - } - translate([0, -machine_rear_to_front, 0]) multmatrix([[1, -frontcurve_side_skew, 0, 0], [0, 1, 0, 0], -- 2.30.2