From 9f8404965c823044b6f0e287e0d2e5fdd052bf8c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Jun 2017 13:35:29 +0100 Subject: [PATCH] sewing-table: NewRearCurve: wip, front section --- sewing-table.scad.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 3bfe208..d52e773 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -457,6 +457,10 @@ module Machine_NewRearCurve(){ cube([500,500,1000]); } } + translate([-1, 0, -rearcurve_double_inrad]) + rotate([0,90,0])rotate([0,0,90]) + linear_extrude(height= rearcurve_strt_len + 1) + Machine_NewRearProfile(); } module Machine_RearProfile(){ ////toplevel -- 2.30.2