Save ABL Planar Matrix to EEPROM

This commit is contained in:
Scott Lahteine
2016-12-13 23:50:06 -08:00
parent e2429a9da1
commit 8f0f225d10
2 changed files with 61 additions and 36 deletions

View File

@ -2229,7 +2229,7 @@ static void clean_up_after_endstop_or_probe_move() {
* Disable: Current position = physical position
* Enable: Current position = "unleveled" physical position
*/
void set_bed_leveling_enabled(bool enable=true) {
void set_bed_leveling_enabled(bool enable/*=true*/) {
#if ENABLED(MESH_BED_LEVELING)
if (enable != mbl.active()) {