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
Hello. When I try to build firmware for Ender 3 v2 (STM32F103RE_creality) with ProUI enabled (#define DWIN_LCD_PROUI) I have an error:
Compiling .pio/build/STM32F103RE_creality/src/src/sd/SdBaseFile.cpp.o
Marlin/src/lcd/e3v2/proui/dwin.cpp: In function 'void dwinPrintAborted()':
Marlin/src/lcd/e3v2/proui/dwin.cpp:1725:3: error: 'hostui' was not declared in this scope
1725 | hostui.notify("Print Aborted");
| ^~~~~~
Compiling .pio/build/STM32F103RE_creality/src/src/sd/SdFatUtil.cpp.o
*** [.pio/build/STM32F103RE_creality/src/src/lcd/e3v2/proui/dwin.cpp.o] Error 1
Bug Timeline
Last success build was about 2 weeks ago
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
Ender 3 v2
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
Cura
Host Software
None
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Hello. When I try to build firmware for Ender 3 v2 (STM32F103RE_creality) with ProUI enabled (#define DWIN_LCD_PROUI) I have an error:
Compiling .pio/build/STM32F103RE_creality/src/src/sd/SdBaseFile.cpp.o
Marlin/src/lcd/e3v2/proui/dwin.cpp: In function 'void dwinPrintAborted()':
Marlin/src/lcd/e3v2/proui/dwin.cpp:1725:3: error: 'hostui' was not declared in this scope
1725 | hostui.notify("Print Aborted");
| ^~~~~~
Compiling .pio/build/STM32F103RE_creality/src/src/sd/SdFatUtil.cpp.o
*** [.pio/build/STM32F103RE_creality/src/src/lcd/e3v2/proui/dwin.cpp.o] Error 1
Bug Timeline
Last success build was about 2 weeks ago
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
Ender 3 v2
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
Cura
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration.h.gz
Configuration_adv.h.gz
The text was updated successfully, but these errors were encountered: