mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
Use planner.leveling_active for all leveling systems
This commit is contained in:
parent
32c607ffe2
commit
3e3911fb81
21 changed files with 143 additions and 180 deletions
|
@ -464,7 +464,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
|
||||
#if ENABLED(MESH_BED_LEVELING)
|
||||
|
||||
if (LEVELING_IS_ACTIVE()) {
|
||||
if (planner.leveling_active) {
|
||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
if (DEBUGGING(LEVELING)) SERIAL_ECHOPAIR("Z before MBL: ", current_position[Z_AXIS]);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue