-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Added initial version of MMU2S feature #17523
Merged
thinkyhead
merged 25 commits into
MarlinFirmware:bugfix-2.0.x
from
tonihoang:bugfix-2.0.x
Apr 26, 2020
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9bd5c25
Added initial version of MMU2S feature
d1992f6
fixed default settings
e5f1d32
Update mmu2.cpp
thinkyhead 278ec21
Update SanityCheck.h
thinkyhead 425badc
added can_load function
aeaf35f
Update Configuration_adv.h
thinkyhead 29d28fe
Update mmu2.cpp
thinkyhead 2946b91
Update mmu2.cpp
thinkyhead 22545f5
Update Configuration_adv.h
thinkyhead 5f075f4
initial integration of can_load() and some more configuration variables
463153a
add missing #endig
3d444fa
missed a _ in variable
5546eac
removed additional )
8f797b3
Update Configuration_adv.h
thinkyhead 9f10531
Add test for PRUSA_MMU2_S_MODE
thinkyhead 8b99923
Add "MMU" to some MMU strings
thinkyhead 23dc87f
Update test
thinkyhead c8f5515
forgot to add during tool change
b3f2794
hotfix initial sequence for toolchange and fixed missing else clause
b7ef58b
Update Configuration_adv.h
thinkyhead 5020b4f
Clean up MMU2::tool_change
thinkyhead 471f541
Remove untranslated
thinkyhead 46a42d5
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into bf2_prusa_m…
thinkyhead a278c6b
Merge branch 'bugfix-2.0.x' into bugfix-2.0.x
thinkyhead 7c8be91
Merge branch 'bugfix-2.0.x' into bugfix-2.0.x
thinkyhead 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 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 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 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 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 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 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
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.
isn't here missing a
check_filament
call? before loop?otherwise isn't the
if () break;
to be put after check_filament call?