From 961433819f604121fef79da0605ffb2be7359ba1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 May 2017 00:53:54 +0100 Subject: [PATCH] sewing-table: MachineRear: wip trying to fix too slow --- sewing-table.scad.m4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 7094f91..07ab020 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -358,7 +358,9 @@ module Machine_Rear(){ -rearcurve_rad ]){ rotate([0,-90,0]){ - cylinder(r = small_rad, h= rearcurve_strt_len); + rotate([0,0, 360/8/2]) + cylinder(r = small_rad, h= rearcurve_strt_len, + $fs= 8); } } translate([ 0, @@ -366,10 +368,10 @@ module Machine_Rear(){ big_rad - rearcurve_rad ]) { intersection(){ rotate([90,0,0]){ - rotate_extrude(convexity=10) { + rotate_extrude(convexity=10, $fs=8) { translate([ big_rad, 0 ]) - circle(r= small_rad); + circle(r= small_rad, $fs=8); } } mirror([0,0,1]) -- 2.30.2