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

[BUG]: Print Job Status Detection #70

Open
ulmeck opened this issue Feb 7, 2025 · 0 comments
Open

[BUG]: Print Job Status Detection #70

ulmeck opened this issue Feb 7, 2025 · 0 comments

Comments

@ulmeck
Copy link

ulmeck commented Feb 7, 2025

Describe the Bug
Whenever a new print starts, it changes status as follows

  • Starting Print from SD
  • Printing from SD
  • Cancelling
  • Operational
  • Starting Print from SD
  • Printing from SD
    All within the first few seconds. This seems to happen every time.

This confuses the HECK out of OctoprintEverywhere and panicks it.

Expected Behavior
It should go Start -> Printing -> Finished

Debug Logs
octoprint.log.2025-02-04:2025-02-05 02:42:35,964 - octoprint.util.comm - INFO - Starting job on behalf of user jfulmer octoprint.log.2025-02-04:2025-02-05 02:42:35,964 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting print from SD" octoprint.log.2025-02-04:2025-02-05 02:42:36,087 - octoprint.util.comm - INFO - Changing monitoring state from "Starting print from SD" to "Printing from SD" octoprint.log.2025-02-04:2025-02-05 02:42:38,388 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Cancelling" octoprint.log.2025-02-04:2025-02-05 02:42:38,414 - octoprint.util.comm - INFO - Changing monitoring state from "Cancelling" to "Operational" octoprint.log.2025-02-04:2025-02-05 02:42:40,703 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting print from SD" octoprint.log.2025-02-04:2025-02-05 02:42:40,706 - octoprint.util.comm - INFO - Changing monitoring state from "Starting print from SD" to "Printing from SD" octoprint.log.2025-02-04:2025-02-05 03:31:59,132 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Finishing" octoprint.log.2025-02-04:2025-02-05 03:31:59,148 - octoprint.util.comm - INFO - Changing monitoring state from "Finishing" to "Operational"

Can add additional logs if requested.

Screenshots

Printer and Plugin Setting Details

  • Printer model? P1P
  • Is your printer connected to Bambu Cloud? No
  • Is the plugin configured for local access only? Yes
@jneilliii jneilliii changed the title [BUG]: [BUG]: Print Job Status Detection Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant