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:
parent
bf050898da
commit
840ab01995
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue