Fix #else extra tokens (#15013)
This commit is contained in:
parent
e5a4f19e5b
commit
f3faaed243
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@
|
|||
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impressão")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar")
|
||||
#else LCD_HEIGHT < 4
|
||||
#else // LCD_HEIGHT < 4
|
||||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Aguarde...")
|
||||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejetando...")
|
||||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insira e Clique")
|
||||
|
|
Loading…
Reference in a new issue