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.
This commit is contained in:
David Ramiro 2019-01-21 23:57:12 +01:00
parent c32d1b4a80
commit c6c4bec8e0
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 1 additions and 1 deletions

View File

@ -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.