Fix coolstep_min_speed / sensorless homing

Fix #8890
This commit is contained in:
Scott Lahteine
2018-06-12 22:11:21 -05:00
parent 91976e3ef4
commit cc4e515480
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -201,8 +201,6 @@
#if ENABLED(HYBRID_THRESHOLD)
st.stealth_max_speed(12650000UL*microsteps/(256*thrs*spmm));
#endif
#elif ENABLED(SENSORLESS_HOMING)
st.coolstep_min_speed(1024UL * 1024UL - 1UL);
#endif
st.GSTAT(); // Clear GSTAT
}