mbl.active is a bool now
This commit is contained in:
parent
b05f448317
commit
0493fccc0b
4 changed files with 5 additions and 5 deletions
|
|
@ -551,7 +551,7 @@ void Config_ResetDefault() {
|
|||
home_offset[X_AXIS] = home_offset[Y_AXIS] = home_offset[Z_AXIS] = 0;
|
||||
|
||||
#if ENABLED(MESH_BED_LEVELING)
|
||||
mbl.active = 0;
|
||||
mbl.active = false;
|
||||
#endif
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue