Skip to content

Commit

Permalink
Ender 3 V2: Inject 'G28 O' before G29 (MarlinFirmware#18767)
Browse files Browse the repository at this point in the history
  • Loading branch information
fleek authored and vgadreau committed Dec 9, 2020
1 parent 273b5f5 commit 4f1a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ void HMI_Control(void) {
void HMI_Leveling(void) {
Popup_Window_Leveling();
DWIN_UpdateLCD();
queue.inject_P(PSTR("G29"));
queue.inject_P(PSTR("G28O\nG29"));
}

/* Axis Move */
Expand Down

0 comments on commit 4f1a9ed

Please sign in to comment.