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

Add FILAMENT CHANGE screen #92

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 04_MMU/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Errors:
text: "Loading to extruder failed. Inspect the filament tip shape. Refine the sensor calibration, if needed."
# Please note this is not an MMU error and therefore it behaves a bit differently.
# It must NOT contain a Retry button, otherwise unlimited retries will be executed.
action: [Continue]
action: [Continue, Service]
id: "LOAD_TO_EXTRUDER_FAILED"
approved: false

Expand Down Expand Up @@ -352,6 +352,13 @@ Errors:
action: [Continue]
id: "FILAMENT_EJECTED"
approved: true

- code: "04508"
title: "FILAMENT CHANGE"
text: "M600 Filament Change. Load a new filament or eject the old one."
action: [Eject,Load]
id: "FILAMENT_CHANGE"
approved: true

# Only as a fallback when we'd fail to detect which exact error happened, if
# this ever gets triggered, a specific error should be added for the case
Expand Down