TimPaterson / Fusion360-Batch-Post

Fusion add-in to post all CAM setups at once, optionally dividing them into folders.
The Unlicense
128 stars 25 forks source link

G-code parsing broken when all lines have line numbers #4

Closed TimPaterson closed 4 years ago

TimPaterson commented 4 years ago

Some post processors output a line number on every line. The G-code parser does not expect this, and so breaking setups into individual operations doesn't work.

TimPaterson commented 4 years ago

Line numbers are now accepted on all lines.