-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Externally stopping/cancelling a print job not registering in OctoPrint #42
Comments
octoprint.log
I think it's picking up the cancel, but then never resets the messages being sent to OctoPrint back to Not SD Printing.
I should be able to know this needs resetting from this state update. BTW, I notice commands being sent after the cancel. You may want to remove any commands from OctoPrint's GCODE Scripts section to prevent any issues. |
I think I have this fixed in the above commit/branch. If you don't mind testing it out for me that would be greatly appreciated. Go into Plugin Manager > Get More, and at the bottom copy/paste this URL into ...from URL and click install. No need to uninstall first, but if not prompted to restart OctoPrint make sure to do that.
|
Unfortunately the same issue is still occurring |
I just noticed something additional in both serial logs. The file being currently printed is not being picked up in the file list? Can you share how you are starting the file and if you are running cloud connected or not for the plugin and printer?
|
Ah yes thats my fault, I trimmed down the filename list for privacy. I have tried the printer in both Cloud and LAN Only mode. |
ok, thanks that makes more sense. I think I actually was able to resolve this issue for real and have tested myself. If you follow the same steps as before to install with ..from URL field in Plugin Manager I think it should be working as expected again. |
Yep that fixed it, many thanks |
1.10.2
(Docker Container)0.1.3
01.06.01.00
When stopping/cancelling a print job externally from OctoPrint (e.g. via Bambu Studio), OctoPrint does not register the print as stopped/cancelled and remains stuck on
Printing from SD
.Stopping/cancelling from Octoprint works fine.
plugin_bambu_printer_serial.log
octoprint.log
The text was updated successfully, but these errors were encountered: