Cancel print job from printer's menu

edited July 2021 in Questions & Answers
When Cancel Print is activated from i3 MK3s menu the printer moves head 10 mm up and away from object. It also executes commands in Event dependent G-code. How to skip these commands if job is cancelled from printer's menu?

Comments

  • Sounds like firmware sends
    //action:cancel

    Which means server should do the same as when you hit stop on server gui. So running the event dependent code is what is expected to happen. Why should it behave different if it is the same function?

    You can hit reset button to quickly stop and prevent any moves. Not the nice way but works.

    You can also edit the marlin.xml firmware description file to not execute stop but that is not really useful. If you do a regular stop it will execute the stop event.

Sign In or Register to comment.