pygerber
pygerber copied to clipboard
Add support for comment based attributes
Example of one:
G04 !@# ... *
For now, is it best to go through the gerber files and remove any lines with the G04 before sending it to the pygerber parser?
No, you can leave them as-is, they will be just threated as comments so there will be no way to retrieve them after parsing.
This issue refers to special type of G04 comments which carry standardized attributes instead of only human readable text.
Image should not be affected. There should be no errors related to G04.