mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 13:25:54 +00:00
No raise when homing after power-loss
This commit is contained in:
parent
332a80cadb
commit
e741241721
@ -874,7 +874,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
||||
lcd_return_to_status();
|
||||
|
||||
// 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)
|
||||
" S"
|
||||
#elif !IS_KINEMATIC
|
||||
|
Loading…
Reference in New Issue
Block a user