From c6c4bec8e02d096b12561059ba15eb8124d4fb8b Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Mon, 21 Jan 2019 23:57:12 +0100 Subject: [PATCH] Revert M420 state after G28 As a possible fix for the bug with Cura's end Gcode as described in issue #7, I changed the leveling state to be disabled after homing since Cura uses X homing in their end Gcode. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 75b7eb7..6c50cc4 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -989,7 +989,7 @@ * Normally G28 leaves leveling disabled on completion. Enable * this option to have G28 restore the prior leveling state. */ -#define RESTORE_LEVELING_AFTER_G28 +//#define RESTORE_LEVELING_AFTER_G28 /** * Enable detailed logging of G28, G29, M48, etc.