Missing track in Gerber visualization

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

See Dropbox\CNC\squarerpcb.

Comments (2)

  1. Juan Pablo Caram reporter

    Bug in Gerber.parse_lines(). LineString was generate on "pen up" (G02), which does not necessarily occur for the last path in the file. Added code at EOF for this. Up in next commit.

  2. Log in to comment