We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6733741 commit bfa2e78Copy full SHA for bfa2e78
Marlin/src/lcd/extui/lib/dgus_creality/creality_touch/DGUSDisplayDef.cpp
@@ -175,6 +175,7 @@ const uint16_t VPList_PrintPausingError[] PROGMEM = {
175
VP_PrintTimeProgressBar,
176
VP_PrintTime,
177
VP_PrintTimeRemaining,
178
+ VP_LINEAR_ADVANCE_FACTOR,
179
180
0x0000
181
};
@@ -192,6 +193,7 @@ const uint16_t VPList_PrintScreen[] PROGMEM = {
192
193
194
195
196
197
198
VP_FWRETRACT_INDICATOR_ICON,
199
0 commit comments