From 0e08c1470d155365d31aa6fdb0d3c04f8b41899f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Jun 2017 01:22:42 +0100 Subject: [PATCH] sewing-table: new front profile wip, prep for swap (side skew) --- sewing-table.scad.m4 | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.30.2