From 012c7cfd9d5acc51c659f0283135555f08fb53ef Mon Sep 17 00:00:00 2001 From: Johannes Wendel Date: Sun, 26 Jul 2026 16:48:59 +0200 Subject: [PATCH] High resolution rendering --- model/right-half.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/right-half.scad b/model/right-half.scad index a0e1075..25244c1 100644 --- a/model/right-half.scad +++ b/model/right-half.scad @@ -1,5 +1,8 @@ include +$fa = 1; +$fs = 0.4; + module right_half_components() { cube([1,1,1]); }