Hello everybody,
I am trying to add an item to the menu of my Ender-3v2, but when I compile, I receive this message:
Marlin\src\lcd\extui\lib\creality_dwin\creality_dw in.cpp: In member function 'int CrealityDWINClass::Get_Menu_Size(uint8_t)':
Marlin\src\lcd\extui\lib\creality_dwin\creality_dw in.cpp:4159:14: error: 'NEIGE_TOTAL' was not declared in this scope
return NEIGE_TOTAL;
[.pio\build\STM32F103RET6_creality\src\src\lcd\extu i\lib\creality_dwin\creality_dwin.cpp.o] Error 1
What do you think is the cause? Do you have any solution?
Thanks a lot.
I am trying to add an item to the menu of my Ender-3v2, but when I compile, I receive this message:
Marlin\src\lcd\extui\lib\creality_dwin\creality_dw in.cpp: In member function 'int CrealityDWINClass::Get_Menu_Size(uint8_t)':
Marlin\src\lcd\extui\lib\creality_dwin\creality_dw in.cpp:4159:14: error: 'NEIGE_TOTAL' was not declared in this scope
return NEIGE_TOTAL;
[.pio\build\STM32F103RET6_creality\src\src\lcd\extu i\lib\creality_dwin\creality_dwin.cpp.o] Error 1
What do you think is the cause? Do you have any solution?
Thanks a lot.
Comment