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

[BUG] Marlin 2.1.3 Beta2 fails to build for FTDI EVE display #27661

Closed
1 task done
maralb1970 opened this issue Feb 1, 2025 · 3 comments · May be fixed by #27667
Closed
1 task done

[BUG] Marlin 2.1.3 Beta2 fails to build for FTDI EVE display #27661

maralb1970 opened this issue Feb 1, 2025 · 3 comments · May be fixed by #27667

Comments

@maralb1970
Copy link

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

I am one of the few running a printer with a FTDI EVE display attached. Marlin 2.1.3 Beta 2 fails to build for 3D printer with an FTDI EVE based screen (Fystec TFT81050).

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

Changing LEVELING_COMMANDS into BED_LEVELING_COMMANDS as suggested by the complier makes the firmware to build successfully.

Image

Bug Timeline

It was fine in Marlin 2.1.2.5 and before.

Expected behavior

I expect the firmware to build successfully.

Actual behavior

Firmware failed to build

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin 2.1.3 Beta 2

Printer model

Hiprecy LEO

Electronics

Fystec S6 V2.0

LCD/Controller

Fysetc FTDI EVE TFT81050

Other add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Marlin.zip

@ellensp
Copy link
Contributor

ellensp commented Feb 1, 2025

was updated in #27275

from

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

case 2: SpinnerDialogBox::enqueueAndWait(F(LEVELING_COMMANDS)); break;

Yes it looks like LEVELING_COMMANDS was not defined.

@ellensp
Copy link
Contributor

ellensp commented Feb 1, 2025

Issue is lulzbot has that define as an addition to stock Configuration_adv.h

Eg
https://gitlab.com/lulzbot3d/marlin/-/blob/master/Marlin/Configuration_adv.h#L4149

The PR #27275 "This PR updates the FTDI Eve Touch UI that the LulzBot TAZPro uses"

@ellensp
Copy link
Contributor

ellensp commented Feb 4, 2025

pr created, closing

@ellensp ellensp closed this as completed Feb 4, 2025
@thisiskeithb thisiskeithb linked a pull request Feb 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants