From 840ab019954330b8f4121d778f1603c5490224e9 Mon Sep 17 00:00:00 2001 From: pacheth Date: Sat, 11 Mar 2017 20:12:25 +0100 Subject: [PATCH] Add $fn definition As your STL looked "bad" in term of circle resolution, I propose you to add "$fn =30" as you use in other scad files. --- Printed-Parts/scad/y-idler.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/Printed-Parts/scad/y-idler.scad b/Printed-Parts/scad/y-idler.scad index dd0353b3..98ac8e97 100755 --- a/Printed-Parts/scad/y-idler.scad +++ b/Printed-Parts/scad/y-idler.scad @@ -21,6 +21,7 @@ module y_idler_holes(){ // Final part module y_idler(){ + $fn=30; translate(v = [0,0,8])rotate([0,-90,0]) difference(){ y_idler_base(); y_idler_holes();