diff options
Diffstat (limited to 'openscad')
-rw-r--r-- | openscad/base.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openscad/base.scad b/openscad/base.scad index 8d7a0e9..9b55bea 100644 --- a/openscad/base.scad +++ b/openscad/base.scad @@ -1,5 +1,5 @@ -$fn = 25; +$fn = 50; pip_radius = 1.5; pip_spacing = 14/3; difference() { @@ -25,4 +25,4 @@ difference() { } } } -}
\ No newline at end of file +} |