Add RESTORE_LEVELING_AFTER_G28 to example configs

This commit is contained in:
Scott Lahteine 2018-02-23 10:30:55 -06:00
parent 921001f004
commit 235d024505
51 changed files with 306 additions and 0 deletions

View file

@ -887,6 +887,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.