-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Auto Filament Change Reworked: finally working #3638
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
Closed
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8b84531
Rename FILAMENTCHANGEENABLE in SanityCheck.h
clexpert 1f774f1
Add LCD messages for filament change
clexpert 736c03c
Complete rewrite M600 filament change function
clexpert bc9cffe
Changes for M600 filament change
clexpert 5762293
Status enum for M600 filament change
clexpert bd7e30c
Czech translation for M600 filament change
clexpert 3b0ae05
Czech translation for M600 filament change
clexpert 30c8124
English messages for M600 filament change
clexpert 5fa3a0e
Update Configuration_adv.h
clexpert 1952c01
Update for FILAMENT_CHANGE_ENABLE
clexpert faf5d8a
Disable M600 filament change by default
clexpert c4868e0
Status enum for M600 filament change correct
clexpert cf7c549
Buzzer condition and error at start for M600
clexpert eb10218
Message enum for M600 filament change correct
clexpert 64cc863
Bad text correction
clexpert cc37cfc
Buzzer condition for M600 correction
clexpert c76488f
Z_MAX_POS checking for lift in M600
clexpert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to remove the attributions:
enum FilamentChangeMenuResponse { FILAMENT_CHANGE_RESPONSE_WAIT_FOR, FILAMENT_CHANGE_RESPONSE_EXTRUDE_MORE, FILAMENT_CHANGE_RESPONSE_RESUME_PRINT };