Enable MMBL after homing

Making M420 S1 on the slicer start code redundant by restoring mesh bed leveling values after homing
This commit is contained in:
David Ramiro
2018-12-02 15:00:10 +01:00
parent a3c7d4f3f1
commit 731e8b81bf

View File

@@ -988,7 +988,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.