Skip to content
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

Update Prusa MMU3 #27719

Open
wants to merge 6 commits into
base: bugfix-2.1.x
Choose a base branch
from

Conversation

classicrocker883
Copy link
Contributor

@classicrocker883 classicrocker883 commented Mar 3, 2025

Description

  • The old .yaml file no worky. - src\feature\mmu3\mmu_hw\check-pce.sh
  • Added a new error code that wasnt there before
  • Updated error codes MSG | TITLE, and DESC - language_en.h

Note

Arbitrarily set MCU_POWER_ERROR = 0x800E in src\feature\mmu3\mmu_hw\error_codes.h
Not sure what else it could/should be.

Requirements

Benefits

Update/fix non-working URL

Add new error codes

Configurations

Related Issues

Just wanted to point this out

apparently a couple things have been declared but are unused:

  • two_choices
  • button_op_middle
Marlin\src\feature\mmu3\mmu3_reporting.cpp: In function 'void MMU3::ReportErrorHookStaticRender(uint8_t)':
Marlin\src\feature\mmu3\mmu3_reporting.cpp:299:12: warning: variable 'two_choices' set but not used [-Wunused-but-set-variable]
       bool two_choices = false;
            ^~~~~~~~~~~
Marlin\src\feature\mmu3\mmu3_reporting.cpp:304:21: warning: unused variable 'button_op_middle' [-Wunused-variable]
                     button_op_middle = BUTTON_OP_MIDDLE(button_operation);
                     ^~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant