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.
This commit is contained in:
pacheth 2017-03-11 20:12:25 +01:00 committed by GitHub
parent bf050898da
commit 840ab01995
1 changed files with 1 additions and 0 deletions

View File

@ -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();