From 94feef9b984ccb81dda0c24a30c259b842222aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 2 Aug 2021 21:28:44 +0300 Subject: [PATCH] Hires circles for Kormoran --- kormoran.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kormoran.scad b/kormoran.scad index 66aca11..66c3e71 100644 --- a/kormoran.scad +++ b/kormoran.scad @@ -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); } } }