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:
parent
5bb36546b4
commit
9b0d89213b
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue