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
       lcd_return_to_status();
886
       lcd_return_to_status();
887
 
887
 
888
       // Turn leveling off and home
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
         #if ENABLED(MARLIN_DEV_MODE)
890
         #if ENABLED(MARLIN_DEV_MODE)
891
           " S"
891
           " S"
892
         #elif !IS_KINEMATIC
892
         #elif !IS_KINEMATIC

Loading…
Cancel
Save