Bläddra i källkod

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 3 år sedan
förälder
incheckning
9b0d89213b
1 ändrade filer med 0 tillägg och 1 borttagningar
  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(2);
         lcd_setstatuspgm(MSG_WELCOME);
-        disable_z();
         loading_flag = false;
         custom_message_type = CustomMsg::Status;
     }