I wanted to design a pcb to manufacture it via PCB-milling.
When I add the ground fill as the last step the file size grows from ~4kB to ~500kB. Unfortunately the processing software to generate the g-code can’t handle the file with the ground fill.
Maybe it is possible to have the interrupted soldering pad without the ground fill algorithm manually?
I also asked the developer of CopperCAM if he has an idea. This is what he wrote:
The bases (GroundFill) consist of thin hatch lines. CopperCAM calculates the outlines for each, then the collisions with everything else, then the connections. This takes a lot of time.
The Gerber RS274X format allows direct generation of surface polygons with G36/G37 codes. You must use these polygons. There must be an option for this in the Gerber output.
(Translated with DeepL)
Should I file a bug report on github to export the ground fill as polygons?