I have a rackframe that is 210x210 with 24 rail screws.
["custom", [
["maxUnitWidth", 210],
["maxUnitDepth", 210],
["numRailScrews", 24]
]]
Im attempting to generate a patch panel with a number of keystones (to be determined) to fill left to right, using both openscad (and openscad-nightly on debian bookworm).
Replicated on windows and linux.
When i attempt to generate a patch panel with anything above 8 keystones i get the following errors
WARNING: Normalized tree is growing past 200000 elements. Aborting normalization.
WARNING: CSG normalization resulted in an empty tree

When generating a patch panel with 8 or less it appears to generate ok.
