Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancelling a print from the Printers LCD does not cancel the print #651

Closed
ChaosBlades opened this issue May 17, 2020 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@ChaosBlades
Copy link

Describe the bug
When the printer is printing and you cancel it by using the printers LCD instead of OctoDash the print head will move to the park position then it will continue to print from the parked positions Z height instead of actually cancelling the print.

Expected behavior
OctoDash acknowledges prints cancelled from printers LCD and stops the print.
In addition.
When cancelling a print from OctoDash the printer just stops. It does not move to the park position. This makes it difficult to clear the bed of plastic for the next print.

General Information:

  • Hardware [Ender 3 Pro, Raspberry Pi 3B+, and Adafruit PiTFT Plus 3.5"]
  • OS Info [OctoPi 0.17.0]
  • OctoDash Version [1.5]
  • OctoPrint Version [1.4]
  • Marlin Version [TH3D-Unified-U2.R1.B1]
@ChaosBlades ChaosBlades added the bug Something isn't working label May 17, 2020
@tiwo85
Copy link

tiwo85 commented May 17, 2020

You have to define a stop Script in Octoprint.

@UnchartedBull
Copy link
Owner

This is related to OctoPrint, rather than to OctoDash. OctoPrint (and then automatically OctoDash as well) will support cancel from the LCD, you just need to modify your Marlin firmware to let OctoPrint know, that the print has be cancelled. See here for more information: https://community.octoprint.org/t/how-to-stop-octoprint-from-lcd/7586/3

Regarding the parking of the printhead, this should be handled by scripts from OctoPrint as @tiwo85 mentioned. More information here: https://docs.octoprint.org/en/master/features/gcode_scripts.html#sec-features-gcode-scripts-bundled and here: https://forum.prusaprinters.org/forum/original-prusa-i3-mk3s-mk3-software-archive/octoprint-after-print-job-is-cancelled-gcode-script/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants