If the Z-parameter is not issued, then default behavior will raise the Z-axis by MIN_Z_FOR_LOAD
@@ -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;
}