-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Fix MMU2S without LCD #20140
Fix MMU2S without LCD #20140
Conversation
I think this is already been addressed in #19912 by thinkyhead, but not
|
@GMagician will this change end up conflicting with your PR? |
My PR was just to add more extruder to mmu (needed by SMuFF), I changed mmu support to a per model case. The fix for lcd menus has been done by thinkyhead. I don't think it's a problem, just a double fix |
@GMagician I think I inverted your comment in my mind. I thought you were saying that ONLY that warning was fixed. I missed the @Minims can you test with #19912 (and without this change) to see if it solves your LCD problem? |
@sjasonsmith is there an easy way to apply the pr #19912 to my current GitHub bug fix-2.0.x branch ? Or do I have to cherry pick the 21 commits ? |
@Minims it depends a lot on the tools you use. I usually add their fork as a remote and just merge their branch into my own using a GUI tool (I use SourceTree). I'm sure there are plenty of other ways to get the job done in git. Without using git the easiest thing is probably to navigate to the source branch for the PR, and download it as a zip file. Then just copy your config files into that source and build it. |
@sjasonsmith SourceTree a quite easy to use, thanks. So I have merge the PR in the current bugfix with my configuration. The issue is not solved. First error while compiling is :
The thing I want to fix. |
I think it's because sanity check is still there. There is a "comment" to thinkyhead about it, try removing it and check if it compile |
|
@Minims your "unsigned fix" was not covered by PR, but now it is. |
@GMagician seems ok now. Compile with success and no more warning :-). |
The problem is...does it work? I don't have a MMU yet to test with so if you can do that it will help a lot |
- Add MarlinFirmware#20140 unsigned warning fix - Fix non inluded cnf when no mmu2 menus
I may be able to test next week end I think |
So I have a small test on my SKR1.4, It seems working. Communication between MMU<>SKR is OK. And I can load a filament with G-code T0-T4. I can't really make a test print for now as my MMU2s is still not calibrated. |
Hopefully I didn't break anything in this last merge. There have been other changes in this area which had some overlap. |
@thinkyhead theoretically all changes in this PR have been already done in PR #19912 |
I will make a new test this evening, if all is OK, I will close this PR. |
Requirements
Description
Benefits
Make MMU2 with PRUSA_MMU2_S_MODE working without a LCD (I use a BTT TFT on serial)
Configurations
Archive.zip
Related Issues
No Issue opened