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
This commit is contained in:
Guðni Már Gilbert 2022-08-27 09:13:53 +00:00 committed by D.R.racer
parent 5bb36546b4
commit 9b0d89213b
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}