[gerber] Parser does not support multiple data blocks per line

Issue #125 resolved
Juan Pablo Caram repo owner created an issue

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)

  1. Log in to comment