From 0de70a308c8fd5cba915645c942c9a9d21eae849 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 2 Apr 2024 18:02:22 -0400 Subject: [PATCH] Increase $fn, $fs --- planter.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/planter.scad b/planter.scad index dca8f93..0e3902f 100644 --- a/planter.scad +++ b/planter.scad @@ -17,6 +17,8 @@ module _end_of_customizer() {} $fn = $preview ? 20 : 60; +$fs = $preview ? 1 : 0.1; + // The bottom half of a sphere module half_sphere(d) { difference() {