[2.0.x] TMC2660 followup (#12029)
* Don't react to s2g on TMC2660. False positives * Init with sensorless probing as well
This commit is contained in:
committed by
Scott Lahteine
parent
d6b0fbd771
commit
dffb4c63dc
@ -645,7 +645,7 @@ void reset_stepper_drivers() {
|
||||
{ constexpr uint8_t extruder = 5; _TMC_INIT(E5, planner.axis_steps_per_mm[E_AXIS_N]); UNUSED(extruder); }
|
||||
#endif
|
||||
|
||||
#if ENABLED(SENSORLESS_HOMING)
|
||||
#if USE_SENSORLESS
|
||||
#if X_SENSORLESS
|
||||
#if AXIS_HAS_STALLGUARD(X)
|
||||
stepperX.sgt(X_STALL_SENSITIVITY);
|
||||
|
Reference in New Issue
Block a user