diff options
Diffstat (limited to 'openscad.cc')
-rw-r--r-- | openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.cc b/openscad.cc index 51c2453..fe5fadf 100644 --- a/openscad.cc +++ b/openscad.cc @@ -36,7 +36,7 @@ int main(int argc, char **argv) int rc; #ifdef ENABLE_CGAL - AbstractNode::cgal_nef_cache.setMaxCost(200000); + AbstractNode::cgal_nef_cache.setMaxCost(100000); #endif initialize_builtin_functions(); |