You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API's /printer, /job, /v1/job all report healthy printer state when printer requires filament change and heating disabled due to inactivity. One or more of these APIs should report "ATTENTION".
How to reproduce
Start print with a short length of filament, let it run out.
Inspect /printer, /job, and /v1/job APIs and notice /api/printer reports state.text="printing" and state.flags.link_state="ATTENTION", /job reports state="Error", and /v1/job reports state="PAUSED". This is operating as expected.
Allow hotend to timeout after 30 minutes with "heating disabled due to 30 minutes of inactivity"
Inspect /printer, /job, and /v1/job APIs and notice /printer reports state.text="printing" and state.flags.link_state="PRINTING", /job reports state="Printing" and /v1/job reports state="PRINTING".
Expected behavior
I expect one or more of the API's to report ATTENTION status instead of PRINTING as the device requires attention and is not printing.
Files
No response
The text was updated successfully, but these errors were encountered:
CZDanol
changed the title
[BUG] API fails to report ATTENTION after heating disabled
[BFW-6187] [BUG] API fails to report ATTENTION after heating disabled
Oct 14, 2024
Printer model
MK4
Firmware version
6.1.3
Upgrades and modifications
No response
Printing from...
PrusaConnect
Describe the bug
The API's /printer, /job, /v1/job all report healthy printer state when printer requires filament change and heating disabled due to inactivity. One or more of these APIs should report "ATTENTION".
How to reproduce
Expected behavior
I expect one or more of the API's to report ATTENTION status instead of PRINTING as the device requires attention and is not printing.
Files
No response
The text was updated successfully, but these errors were encountered: