Extruder Active Command In GCode Viewer
I am using a solenoid to extrude material (using M42 command). Because the GCode Viewer doesn't understand this by default, it shows these as travel moves.
Is there any way I can convince the Gcode viewer that anything bounded by `M42 PX S255` and `M42 PX S0` is an extrusion, not travel?
One theory I have is that I could use a script to append "EX" to each G0/G1/G2 command between `M42 PX S255` and `M42 PX S0`. Thoughts?
Comments