ostat / gridfinity_extended_openscad

Gridfinity Extended OpenSCAD Model
https://docs.ostat.com/docs/openscad/gridfinity-extended
MIT License
159 stars 17 forks source link

Plate size cannot exceed 6 x 6 #3

Closed antoncl closed 7 months ago

antoncl commented 9 months ago

If any of the dimensions of a baseplate exceeds 6 then you get an:

WARNING: Normalized tree is growing past 200000 elements. Aborting normalization.

WARNING: CSG normalization resulted in an empty tree

ostat commented 8 months ago

I need to look at ways to reduce the element count (I think you can use the render command, but this can have other impacts on the preview). One solution is to increase the number of allowed elements in the options, the default is 100000 (which gives the 200000 elements error). I have mine set to 500000, which works fine image

ar1a commented 2 weeks ago

this would be great to mention in the readme or somewhere. same with enabling fast-csg

ostat commented 2 weeks ago

good idea, I have added this to issue #45 I personally don't enable fast-csg, as i get inconsistent results.