Move MSG_x_LINE to multi_language.h
This commit is contained in:
@@ -557,10 +557,6 @@ namespace Language_en {
|
||||
PROGMEM Language_Str MSG_SNAKE = _UxGT("Sn4k3");
|
||||
PROGMEM Language_Str MSG_MAZE = _UxGT("Maze");
|
||||
|
||||
#define MSG_1_LINE(A) A "\0" "\0"
|
||||
#define MSG_2_LINE(A,B) A "\0" B "\0"
|
||||
#define MSG_3_LINE(A,B,C) A "\0" B "\0" C
|
||||
|
||||
//
|
||||
// Filament Change screens show up to 3 lines on a 4-line display
|
||||
// ...or up to 2 lines on a 3-line display
|
||||
|
Reference in New Issue
Block a user