- marked as critical
[gerber] Parser does not support multiple data blocks per line
Issue #125
resolved
Gerber specifies that LF (line feed) and CR (carriage return) are only for visual purposes but are ignored, and each data block ends with the mandatory end-of-block character asterisk '*'.
FlatCAM is failing to parse lines like this:
G54D11*G36*
X8890Y61259D02*Y61595D01*
They are quite unusual, but GEDA PCB will still generate such format.
Comments (2)
-
reporter -
reporter - changed status to resolved
Fixed in 31ddb9c.
- Log in to comment
Priority increased as it impacts user adoption.