Add RESTORE_LEVELING_AFTER_G28 to example configs
This commit is contained in:
		| @@ -912,6 +912,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
| //#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'. | ||||
|   | ||||
| @@ -912,6 +912,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
| //#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'. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user