Hires circles for Kormoran

This commit is contained in:
Lauri Võsandi 2021-08-02 21:28:44 +03:00
parent a5fa3d2aff
commit 94feef9b98
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ difference() {
translate([0,60]) rotate(45) square(A, center=true);
difference() {
circle(d=90+BD);
circle(d=65+BD);
circle(d=90+BD, $fn=100);
circle(d=65+BD, $fn=100);
}
}
}