aboutsummaryrefslogtreecommitdiff
path: root/openscad/base.scad
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-07-16 20:24:31 -0500
committerChristian Hodgden <chrhodgden@gmail.com>2024-07-16 20:24:31 -0500
commit5c95f3965fc379fc884147eaab20fe8178012b7a (patch)
tree1ba64d056bb49abe3f27c8f3531acd8881b44567 /openscad/base.scad
parentd0170351fc275d3fdda0e19cb7e33a02f949d513 (diff)
base.scad: increased to 50.
Diffstat (limited to 'openscad/base.scad')
-rw-r--r--openscad/base.scad4
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
+}