Browse Source

No raise on G28 after power-loss

Scott Lahteine 7 years ago
parent
commit
f891416e70
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/ultralcd.cpp

+ 1
- 1
Marlin/src/lcd/ultralcd.cpp View File

@@ -886,7 +886,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
886 886
       lcd_return_to_status();
887 887
 
888 888
       // Turn leveling off and home
889
-      enqueue_and_echo_commands_P(PSTR("M420 S0\nG28"
889
+      enqueue_and_echo_commands_P(PSTR("M420 S0\nG28 R0"
890 890
         #if ENABLED(MARLIN_DEV_MODE)
891 891
           " S"
892 892
         #elif !IS_KINEMATIC

Loading…
Cancel
Save