From: Ian Jackson Date: Sun, 4 Jun 2017 00:27:25 +0000 (+0100) Subject: sewing-table: new front profile: remove invocation of old X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=9c3bb91f9adde083a93efe6268885255aa440dad;hp=a5e62f7b8cf8a98450ee4c3f6db78f449842ceed sewing-table: new front profile: remove invocation of old --- 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],