Interupt G code
How can i interupt a gcode that is taking place ?
I'm using G1 E150 F200 and i interupt the motor by using stop_all_extruder_motors function, but i have noticed that while motor is stoped indeed, the g code command is running till the end.
I've tried to peek and pop g code but no luck.
Again, thanks in advance.
Comments