We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839580d commit e7b5581Copy full SHA for e7b5581
Marlin/src/lcd/dwin/cr6/touch_lcd.h
@@ -74,7 +74,6 @@
74
#define PRINT_TIME_HOUR_VP 0x1010
75
#define PRINT_TIME_MIN_VP 0x1012
76
#define PRINT_PROCESS_VP 0x1016
77
-#define SYSTEM_LANGUAGE_TEXT_VP 0x101D
78
#define PRINTER_FANOPEN_TITLE_VP 0x101E
79
#define PRINTER_LEDOPEN_TITLE_VP 0x101F
80
#define AUTO_BED_LEVEL_ZOFFSET_VP 0x1026
@@ -282,7 +281,7 @@ enum PROC_COM
282
281
ZaxismoveKey = 16,
283
HeaterLoadEnterKey = 17,
284
HeaterLoadStartKey = 18,
285
- SelectLanguageKey = 19,
+
286
PowerContinuePrintKey = 20,
287
FanSpeedEnterKey = 21,
288
PLAHeadSetEnterKey = 22,
0 commit comments