No raise on G28 after power-loss
This commit is contained in:
parent
e4ecade8d4
commit
f891416e70
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
||||||
lcd_return_to_status();
|
lcd_return_to_status();
|
||||||
|
|
||||||
// Turn leveling off and home
|
// Turn leveling off and home
|
||||||
enqueue_and_echo_commands_P(PSTR("M420 S0\nG28"
|
enqueue_and_echo_commands_P(PSTR("M420 S0\nG28 R0"
|
||||||
#if ENABLED(MARLIN_DEV_MODE)
|
#if ENABLED(MARLIN_DEV_MODE)
|
||||||
" S"
|
" S"
|
||||||
#elif !IS_KINEMATIC
|
#elif !IS_KINEMATIC
|
||||||
|
|
Reference in a new issue