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]); }