You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this viewer! I'm trying to use it for a laser engraving software where there are only G0 and G1 commands, no E for extrusion for obvious reasons. Is there a setting I'm missing that needs to be turned on in this scenario?
To reproduce, here's an example Gcode:
As a workaround, I add an E value to each G1 movement, increasing every step. Once the code loaded into the viewer I then run a function that parses all the lines and removes the E values from the gcode. Not super efficient but at least it works until a proper fix is set in place. Cheers!
Love this viewer! I'm trying to use it for a laser engraving software where there are only G0 and G1 commands, no E for extrusion for obvious reasons. Is there a setting I'm missing that needs to be turned on in this scenario?
To reproduce, here's an example Gcode:
Thank you
The text was updated successfully, but these errors were encountered: