Skip to content

Commit bfa2e78

Browse files
committed
Update linear advance on the print screen as well #115
1 parent 6733741 commit bfa2e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/lcd/extui/lib/dgus_creality/creality_touch/DGUSDisplayDef.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const uint16_t VPList_PrintPausingError[] PROGMEM = {
175175
VP_PrintTimeProgressBar,
176176
VP_PrintTime,
177177
VP_PrintTimeRemaining,
178+
VP_LINEAR_ADVANCE_FACTOR,
178179

179180
0x0000
180181
};
@@ -192,6 +193,7 @@ const uint16_t VPList_PrintScreen[] PROGMEM = {
192193
VP_PrintTimeProgressBar,
193194
VP_PrintTime,
194195
VP_PrintTimeRemaining,
196+
VP_LINEAR_ADVANCE_FACTOR,
195197

196198
VP_FWRETRACT_INDICATOR_ICON,
197199

0 commit comments

Comments
 (0)