🎨 Apply more HAS_DELTA_SENSORLESS_PROBING

This commit is contained in:
Scott Lahteine
2021-09-11 15:41:42 -05:00
parent d6a87aa75b
commit 17c9450f0c
4 changed files with 10 additions and 10 deletions

View File

@@ -254,7 +254,7 @@ void home_delta() {
current_position.z = DIFF_TERN(HAS_BED_PROBE, delta_height + 10, probe.offset.z);
line_to_current_position(homing_feedrate(Z_AXIS));
planner.synchronize();
TERN_(SENSORLESS_PROBING,endstops.report_states());
TERN_(HAS_DELTA_SENSORLESS_PROBING, endstops.report_states());
// Re-enable stealthChop if used. Disable diag1 pin on driver.
#if ENABLED(SENSORLESS_HOMING) && DISABLED(ENDSTOPS_ALWAYS_ON_DEFAULT)