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

[BFW-6187] [BUG] API fails to report ATTENTION after heating disabled #4250

Open
rtdog opened this issue Oct 12, 2024 · 1 comment
Open

[BFW-6187] [BUG] API fails to report ATTENTION after heating disabled #4250

rtdog opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working.

Comments

@rtdog
Copy link

rtdog commented Oct 12, 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

  1. Start print with a short length of filament, let it run out.
  2. 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.
  3. Allow hotend to timeout after 30 minutes with "heating disabled due to 30 minutes of inactivity"
  4. 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

@rtdog rtdog added the bug Something isn't working. label Oct 12, 2024
@CZDanol 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
@CZDanol CZDanol self-assigned this Oct 14, 2024
@CZDanol
Copy link
Contributor

CZDanol commented Oct 14, 2024

Hey, thanks for the report :) Internal ticket: BFW-6187

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

2 participants