diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-16 20:24:31 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-16 20:24:31 -0500 |
commit | 5c95f3965fc379fc884147eaab20fe8178012b7a (patch) | |
tree | 1ba64d056bb49abe3f27c8f3531acd8881b44567 /openscad | |
parent | d0170351fc275d3fdda0e19cb7e33a02f949d513 (diff) |
base.scad: increased to 50.
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 +} |