Browse Source

Endstops always on in G28 (#21441)

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

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

@ -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)

Loading…
Cancel
Save