From ffe906c733ae02f11d2c5b5ec892604fcf9448bd Mon Sep 17 00:00:00 2001 From: MRprusa3d Date: Wed, 14 Nov 2018 16:45:49 +0100 Subject: [PATCH] MeshBed Levelling Fail V --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index d758d55e..502e72bd 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -4534,7 +4534,7 @@ if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE)) // plan_set_z_position(MESH_HOME_Z_SEARCH); // is not necessary ('do-while' loop always ends at the expected Z-position) custom_message_type=CUSTOM_MSG_TYPE_STATUS; // display / status-line recovery lcd_update_enable(true); // display / status-line recovery - gcode_G28(true, true, false); // X & Y-homing (must be after Z-homing (problem with spool-holder)!) + gcode_G28(true, true, true); // X & Y & Z-homing (must be after individual Z-homing (problem with spool-holder)!) repeatcommand_front(); // re-run (i.e. of "G80") break; }