You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marlin\src\lcd\menu\menu_mmu2.cpp: In function 'void action_mmu2_load_all()':
Marlin\src\lcd\menu\menu_mmu2.cpp:50:19: error: '_mmu2_load_filament' was not declared in this scope; did you mean 'unload_filament'?
Disabling this setting, or reverting the commit allows you to compile.
Bug Timeline
New bug since last week
Expected behavior
The compile to succeed.
Actual behavior
Compile fails
Steps to Reproduce
Using latest head of Bugfix-2.1.x
Enable MMU2 in config.h, ensuring serial ports don't clash
Compile to validate set-up
Uncomment #define MMU2_MENUS
Compile - this will error
Revert the commit Improve MMU2 unload (like original MMU2S
Compile - this will succeed
Version of Marlin Firmware
Bugfix-2.1.x
Printer model
Modified Ender 3 with MMU2
Electronics
BigTreeTech SKR Mini E3 2.0, MMU2 unit running latest Prusa firmware
Add-ons
MMU2
Bed Leveling
No Bed Leveling
Your Slicer
Prusa Slicer
Host Software
None
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
I took the latest Ender 3 Bigtree Tech SKR Mini E2 config files from the Bugfix-2.1.x branch and made changes just to test the MMU2 config, just in case it was something odd in my original config files. These 'vanilla' config files had the same behaviour as my customised ones.
Compiling using Visual Studio and Auto Build Marlin on Windows 11
The text was updated successfully, but these errors were encountered:
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Since the commit Improve MMU2 unload (like original MMU2S) if you enable the MMU2_MENUS the compile fails with an error -
Disabling this setting, or reverting the commit allows you to compile.
Bug Timeline
New bug since last week
Expected behavior
The compile to succeed.
Actual behavior
Compile fails
Steps to Reproduce
Version of Marlin Firmware
Bugfix-2.1.x
Printer model
Modified Ender 3 with MMU2
Electronics
BigTreeTech SKR Mini E3 2.0, MMU2 unit running latest Prusa firmware
Add-ons
MMU2
Bed Leveling
No Bed Leveling
Your Slicer
Prusa Slicer
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
I took the latest Ender 3 Bigtree Tech SKR Mini E2 config files from the Bugfix-2.1.x branch and made changes just to test the MMU2 config, just in case it was something odd in my original config files. These 'vanilla' config files had the same behaviour as my customised ones.
Compiling using Visual Studio and Auto Build Marlin on Windows 11
The text was updated successfully, but these errors were encountered: