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
c:\temp\arduino_build_156155\sketch\src\lcd\extui\ui_api.h:82:15: error: 'MarlinBusyState' in 'class GcodeSuite' does not name a type
GcodeSuite::MarlinBusyState getMachineBusyState();
^~~~~~~~~~~~~~~
exit status 1
Fehler beim Kompilieren für das Board Anet V1.0.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
Marlin-bugfix-2.0.x
Printer model
Anet A8
Electronics
Stock; Anet A8 V1.0
Add-ons
No response
Your Slicer
Cura
Host Software
No response
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered:
diff --git a/Marlin/src/lcd/extui/ftdi_eve_touch_ui/compat.h b/Marlin/src/lcd/extui/ftdi_eve_touch_ui/compat.h
index dd25af1e74..22f49a2565 100644
--- a/Marlin/src/lcd/extui/ftdi_eve_touch_ui/compat.h+++ b/Marlin/src/lcd/extui/ftdi_eve_touch_ui/compat.h@@ -21,6 +21,9 @@
#pragma once
+#include "../../../inc/MarlinConfigPre.h"++#if ENABLED(TOUCH_UI_FTDI_EVE)
/**
* This following provides compatibility whether compiling
* as a part of Marlin or outside it
@@ -51,3 +54,5 @@
class __FlashStringHelper;
typedef const __FlashStringHelper *progmem_str;
extern const char G28_STR[];
++#endif // TOUCH_UI_FTDI_EVE
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
c:\temp\arduino_build_156155\sketch\src\lcd\extui\ui_api.h:82:15: error: 'MarlinBusyState' in 'class GcodeSuite' does not name a type
GcodeSuite::MarlinBusyState getMachineBusyState();
^~~~~~~~~~~~~~~
exit status 1
Fehler beim Kompilieren für das Board Anet V1.0.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
Marlin-bugfix-2.0.x
Printer model
Anet A8
Electronics
Stock; Anet A8 V1.0
Add-ons
No response
Your Slicer
Cura
Host Software
No response
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: