|
@@ -446,7 +446,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
446
|
446
|
hotend_offset[Y_AXIS][tmp_extruder] - hotend_offset[Y_AXIS][active_extruder]
|
447
|
447
|
};
|
448
|
448
|
|
449
|
|
- #if HAS_MESH
|
|
449
|
+ #if HAS_MESH && PLANNER_LEVELING
|
450
|
450
|
|
451
|
451
|
if (planner.leveling_active) {
|
452
|
452
|
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
|
@@ -464,7 +464,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
464
|
464
|
#endif
|
465
|
465
|
}
|
466
|
466
|
|
467
|
|
- #endif // HAS_MESH
|
|
467
|
+ #endif // HAS_MESH && PLANNER_LEVELING
|
468
|
468
|
|
469
|
469
|
#endif // !HAS_ABL
|
470
|
470
|
|