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

MMU filament change not reported #977

Open
deimosfr opened this issue Jun 25, 2024 · 0 comments
Open

MMU filament change not reported #977

deimosfr opened this issue Jun 25, 2024 · 0 comments

Comments

@deimosfr
Copy link

Hi,

When using MMU and filament requires to be replaced, the status is not correctly reported. Here is the output I have with curl -H "X-Api-Key: xxx" http://prusa/api/v1/status | jq command:

{
  "job": {
    "id": 418,
    "progress": 78.00,
    "time_remaining": 840,
    "time_printing": 3390
  },
  "storage": {
    "path": "/usb/",
    "name": "usb",
    "read_only": false
  },
  "printer": {
    "state": "PRINTING",
    "temp_bed": 60.0,
    "target_bed": 60.0,
    "temp_nozzle": 220.0,
    "target_nozzle": 220.0,
    "axis_z": 30.4,
    "flow": 100,
    "speed": 100,
    "fan_hotend": 8309,
    "fan_print": 6238
  }
}

The reported status should be "Attention", like without MMU.

Thanks

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