-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Onboard multi volume support #2418
Merged
bigtreetech
merged 4 commits into
bigtreetech:master
from
kisslorand:Board-multi-volume-support
Mar 9, 2022
Merged
Onboard multi volume support #2418
bigtreetech
merged 4 commits into
bigtreetech:master
from
kisslorand:Board-multi-volume-support
Mar 9, 2022
Conversation
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 was referenced Feb 21, 2022
digant73
reviewed
Feb 22, 2022
76e7b53
to
1a55d7f
Compare
digant73
reviewed
Feb 25, 2022
Tested and working fine ! |
Thank you for the feedback. |
@bigtreetech |
mehmetsutas
pushed a commit
to mehmetsutas/BIGTREETECH-TouchScreenFirmware
that referenced
this pull request
May 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Requirements
Description
This PR adds the ability to select USB media also from motherboards which are equipped with it
Benefits
Everyone using Marlin with motherboards that also have USB media storage port.
Related Issues
Fixes #2215
Notes
This PR is marked as draft because in Marlin there's no gcode for setting/switching the storage yet. However there's a pending PR for that on Marlin's Github repository (MarlinFirmware/Marlin#23780).
For those who still want to use this feature here's what is needed to be done in Marlin source code in order to be able to use this feature:
1. in "M21_M22.cpp" replace
with
2. in "M155.cpp" after the lines
add the folowing:
Enjoy !!!
L.E.: MarlinFirmware/Marlin#23780 has been merged so this PR is fully functional without any Marlin modification.