From: Ian Jackson Date: Sun, 4 Jun 2017 00:22:42 +0000 (+0100) Subject: sewing-table: new front profile wip, prep for swap (side skew) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0e08c1470d155365d31aa6fdb0d3c04f8b41899f;p=reprap-play.git sewing-table: new front profile wip, prep for swap (side skew) --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 712bce9..bdc93a0 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -583,6 +583,10 @@ module Machine_Curves(){ ////toplevel } %translate([0, -machine_rear_to_front, 0]) + multmatrix([[1, -frontcurve_side_skew, 0, 0], + [0, 1, 0, 0], + [0, 0, 1, 0], + [0, 0, 0, 1]]) mirror([1,0,0]) rotate([0,-90,0])rotate([0,0,-90]) linear_extrude(height= 200) Machine_NewFrontProfile();