From 233b851bf64bc0049a80b30a9a6e7adbe8113f68 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Jun 2017 14:00:49 +0100 Subject: [PATCH] sewing-table: NewRearCurve: correct z --- sewing-table.scad.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index c8757a5..5935aac 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -441,7 +441,7 @@ module Machine_NewRearProfile(){ module Machine_NewRearCurve(){ slant = atan2(4,210-10); echo("SL",slant); - rotate([slant,0,0]){ + translate([0,0, rearcurve_double_inrad]) rotate([slant,0,0]){ translate([ rearcurve_double_inrad, 0, 10 ]){ rotate([180,0,0]) rotate([0,0,90]) linear_extrude(height=30){ hull(){ -- 2.30.2