Endstops always on in G28 (#21441)

This commit is contained in:
espr14 2021-03-25 04:39:29 +01:00 committed by GitHub
parent cfdeab70cd
commit e989bf3b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@
current_position.set(0.0, 0.0);
#if ENABLED(SENSORLESS_HOMING)
#if ENABLED(SENSORLESS_HOMING) && DISABLED(ENDSTOPS_ALWAYS_ON_DEFAULT)
tmc_disable_stallguard(stepperX, stealth_states.x);
tmc_disable_stallguard(stepperY, stealth_states.y);
#if AXIS_HAS_STALLGUARD(X2)