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

  • You can not interrupt a gcode, you can only stop sending more gcodes. In an emergency hit reset.
Sign In or Register to comment.