Browse Source

PFW-1386 Raising Z-axis during M701 is now done via Gcode

If the Z-parameter is not issued, then default behavior will raise
the Z-axis by MIN_Z_FOR_LOAD
Guðni Már Gilbert 2 years ago
parent
commit
9b0d89213b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/Marlin_main.cpp

+ 0 - 1
Firmware/Marlin_main.cpp

@@ -3705,7 +3705,6 @@ void gcode_M701(uint8_t mmuSlotIndex){
         lcd_update_enable(true);
         lcd_update_enable(true);
         lcd_update(2);
         lcd_update(2);
         lcd_setstatuspgm(MSG_WELCOME);
         lcd_setstatuspgm(MSG_WELCOME);
-        disable_z();
         loading_flag = false;
         loading_flag = false;
         custom_message_type = CustomMsg::Status;
         custom_message_type = CustomMsg::Status;
     }
     }