-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] (short description)Pausing or Cancelling prints from Octoprint leaves printer in "Printing..."state with Marlin 2.0.3 #16907
Comments
Suspect this is issue #16749, this has been fixed in bugfix and will be in next release. |
Thanks for the cross-references, @ellensp and @GMagician. Evidently, my strategies for checking whether an issue is already identified still need work. I spent a lot of time trying to deduce whether my issue was an Octoprint issue, a BTT SKR Mini issue, or a serial interface issue. By the time I thought of comparing 2.0.1 to 2.0.3, I was focused specifically on Octoprint, not the more generic term "host". |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
At release 2.0.3 of Marlin, I am no longer able to Pause or Cancel prints correctly from within Octoprint. The printer does not seem to know that the job has been Paused, or Cancelled. It seems instead to remain in the "Printing..." state.I have not tried release 2.0.2, but this problem does not occur when I use release 2.0.1, with exactly the same config files.
My Configurations
ConfigurationFiles.zip
Steps to Reproduce
Expected behavior: Printer should return to the PrintDone state, ready to go again.
Actual behavior: The printer will process the GCodes defined in Octoprint, but the printer remains in the "Printing..." state, as evident from the main printer menu still showing Pause print, Stop print and Tune menu items
Additional Information
When using precisely the same Config files compiled with Marlin 2.0.1, the printer works as expected but if compiled with Marlin 2.0.3, it does not.
The text was updated successfully, but these errors were encountered: