-
When cnc cutting with my duet 3 I encountered a problem when a command in the middle of my file tried to send the z axis farther than it's possible travel. The firmware returned an error and sent an M5 to shut off the spindle but continued to move according to the commands in the file.
This meant that I would have broken my cutter if I had not caught the issue in time. Can anyone think of a fix for this? Maybe i can disable the M5 sending or issue a pause command instead?
I am using reprapfirmware 3.01 rc10
Thanks