Browse Source

🐛 Fix SENSORLESS_HOMING for 6-axis

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
cb1570d162
  1. 4
      Marlin/src/gcode/calibrate/G28.cpp

4
Marlin/src/gcode/calibrate/G28.cpp

@ -83,9 +83,7 @@
#if ENABLED(SENSORLESS_HOMING) #if ENABLED(SENSORLESS_HOMING)
sensorless_t stealth_states { sensorless_t stealth_states {
tmc_enable_stallguard(stepperX) LINEAR_AXIS_LIST(tmc_enable_stallguard(stepperX), tmc_enable_stallguard(stepperY), false, false, false, false)
, tmc_enable_stallguard(stepperY)
, false
, false , false
#if AXIS_HAS_STALLGUARD(X2) #if AXIS_HAS_STALLGUARD(X2)
|| tmc_enable_stallguard(stepperX2) || tmc_enable_stallguard(stepperX2)

Loading…
Cancel
Save