Browse Source

Ender 3 V2: Inject 'G28 O' before G29 (#18767)

vanilla_fb_2.0.x
fleek 4 years ago
committed by GitHub
parent
commit
0a81eb15e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/lcd/dwin/dwin.cpp

2
Marlin/src/lcd/dwin/dwin.cpp

@ -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 */

Loading…
Cancel
Save