Increase $fn, $fs

This commit is contained in:
Remi Rampin 2024-04-02 18:02:22 -04:00
parent ba0877f43c
commit 0de70a308c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ module _end_of_customizer() {}
$fn = $preview ? 20 : 60; $fn = $preview ? 20 : 60;
$fs = $preview ? 1 : 0.1;
// The bottom half of a sphere // The bottom half of a sphere
module half_sphere(d) { module half_sphere(d) {
difference() { difference() {