From 9b0d89213ba5d2d11e236b8e429508471988d8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sat, 27 Aug 2022 09:13:53 +0000 Subject: [PATCH] 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 --- Firmware/Marlin_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index bd9e2b7ea..a5765d9fd 100644 --- a/Firmware/Marlin_main.cpp +++ b/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; }