From d5ca9c1c50ac07945a9c3ffd1350167d38638a82 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jun 2017 19:56:23 +0100 Subject: [PATCH] sewing-table: NewArm: extrude, to make 3d --- sewing-table.scad.m4 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index cb65516..008e185 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -516,12 +516,14 @@ module Machine_NewEndProfileDemo(){ ////toplevel } module Machine_NewArm(){ - translate(tile01_tr + [ -cutout_l_end_x + cutout_l_end_new_x_slop, - (-cutout_tile01_y + cutout_tile11_y)/2 ]){ - rotate(-90){ - hull(){ - for (d=[0,200]) - translate([0,d]) Machine_NewEndProfile(); + translate([0,0,-30]) linear_extrude(height=60) { + translate(tile01_tr + [ -cutout_l_end_x + cutout_l_end_new_x_slop, + (-cutout_tile01_y + cutout_tile11_y)/2 ]){ + rotate(-90){ + hull(){ + for (d=[0,200]) + translate([0,d]) Machine_NewEndProfile(); + } } } } -- 2.30.2