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

add default LEVELING_COMMANDS for TOUCH_UI_FTDI_EVE #27667

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

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Feb 4, 2025

Description

FTDI EVE display fails to build when FTDI_LEVELING_MENU is enabled

It throws an error 'LEVELING_COMMANDS' not declared - did you mean 'BED_LEVELING_COMMANDS'? for /extui/ftdi_eve_touch_ui/generic/leling_menu.cpp

Image

Code was updated in #27275

from case 2: SpinnerDialogBox::enqueueAndWait(F("G34")); break;
to case 2: SpinnerDialogBox::enqueueAndWait(F(LEVELING_COMMANDS)); break;

'They' added LEVELING_COMMANDS to their example Configuration_adv.h
https://gitlab.com/lulzbot3d/marlin/-/blob/master/Marlin/Configuration_adv.h#L4149
But forgot about everyone else

Added a default LEVELING_COMMAND set to "G34" as it was originally, but will allow Configuration files to change it.

Requirements

Lots, see attached example Configs
TOUCH_UI_FTDI_EVE, some form of probe, some form of bed leveling

Benefits

Builds as expected

Configurations

Configuration.zip

Related Issues

  • [BUG] Marlin 2.1.3 Beta2 fails to build for FTDI EVE display #27661
  • @ellensp ellensp added this to the Version 2.1.3 milestone Feb 4, 2025
    @ellensp ellensp changed the title add default LEVELING_COMMANDS add default LEVELING_COMMANDS for TOUCH_UI_FTDI_EVE Feb 4, 2025
    @thisiskeithb thisiskeithb linked an issue Feb 5, 2025 that may be closed by this pull request
    1 task
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    [BUG] Marlin 2.1.3 Beta2 fails to build for FTDI EVE display
    1 participant