Add Gerber parser capabilities for G01, G04, G70, M02, %MOIN*%.

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

Recognize and do nothing of no action needed. This will prevent warnings. Add "units" property to Gerber class.

Comments (4)

  1. Juan Pablo Caram reporter
    • %MOIN*% is inches or mm. Handled.
    • G04 is comments. Handled.
    • G01 is linear interpolation. Handled
    • G70/G71 are inches or mm. Deprecated but will handle.
    • G90/G91 are absolute or relative coordinates. Deprecated but will handle.
    • M02 is end of file. handled.
  2. Log in to comment