chiark / gitweb /
sewing-table: MachineRear: wip trying to fix too slow
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 May 2017 23:53:54 +0000 (00:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 May 2017 23:53:54 +0000 (00:53 +0100)
sewing-table.scad.m4

index 7094f914a5e5ab30f820794df41d3d8b8ac74c8b..07ab0205d5cc4b42de7f3ca55e430deda0967791 100644 (file)
@@ -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])