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

[Solved] Compile error for Fysetc S6 + Fysetc TFT81050 #20923

Closed
kunpoolsion opened this issue Jan 29, 2021 · 2 comments
Closed

[Solved] Compile error for Fysetc S6 + Fysetc TFT81050 #20923

kunpoolsion opened this issue Jan 29, 2021 · 2 comments

Comments

@kunpoolsion
Copy link
Contributor

Latest Marlin bugfix-2.0.x #20711
Hardware combination:
Anet A8 Plus chasis
Fysetc S6 1.2 Board
Fysetc TFT81050 (portratit mode)
TMC2209 drivers (3 extruders, single nozzle)

Compilation errors when TOUCH_UI_DEVELOPER_MENU is selected in adv file:

Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/stress_test_screen.cpp: In static member function 'static void StressTestScreen::onIdle()': Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/stress_test_screen.cpp:123:24: error: 'G28_STR' was not declared in this scope; did you mean 'M24_STR'?

Fixed adding:
extern const char G28_STR[];

at the bottom of src/lcd/extui/lib/ftdi_eve_touch_ui/compat.h

@ellensp
Copy link
Contributor

ellensp commented Jan 30, 2021

PR created

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants