Closed ronindev closed 1 year ago
Hi there! I'm sorry that it took me so long to tackle this one, I've been very busy in the past few months. I've just released a new version (1.2.1) with a lot of improvements in G-Code parsing which include supporting omitted and incremental/partial commands. That kind of g-code shouldn't be a problem anymore 😄 Thanks!
Hello!
G00 and G01 are modal commands, so they can me omitted in gcode file if mode does not changed. CAM that I currently using to make PCBs GGEasy use that approach. For example:
g-code-utils does not support such GCode for now.
I've tried to solve that issue, in my fork. It's ugly code, because scala and FP too complex for me. Just have a look, it's like a proof-of-concept of modifying coordinates instead of generating new GCode commands.