parent
a9861a780e
commit
f3fed52348
@ -582,8 +582,8 @@ void _tmc_say_sgt(const TMC_AxisEnum axis, const int8_t sgt) {
|
|||||||
#if ENABLED(SENSORLESS_HOMING)
|
#if ENABLED(SENSORLESS_HOMING)
|
||||||
|
|
||||||
void tmc_sensorless_homing(TMC2130Stepper &st, const bool enable/*=true*/) {
|
void tmc_sensorless_homing(TMC2130Stepper &st, const bool enable/*=true*/) {
|
||||||
#if ENABLED(STEALTHCHOP)
|
|
||||||
st.coolstep_min_speed(enable ? 1024UL * 1024UL - 1UL : 0);
|
st.coolstep_min_speed(enable ? 1024UL * 1024UL - 1UL : 0);
|
||||||
|
#if ENABLED(STEALTHCHOP)
|
||||||
st.stealthChop(!enable);
|
st.stealthChop(!enable);
|
||||||
#endif
|
#endif
|
||||||
st.diag1_stall(enable ? 1 : 0);
|
st.diag1_stall(enable ? 1 : 0);
|
||||||
|
@ -206,8 +206,6 @@
|
|||||||
#if ENABLED(HYBRID_THRESHOLD)
|
#if ENABLED(HYBRID_THRESHOLD)
|
||||||
st.stealth_max_speed(12650000UL*microsteps/(256*thrs*spmm));
|
st.stealth_max_speed(12650000UL*microsteps/(256*thrs*spmm));
|
||||||
#endif
|
#endif
|
||||||
#elif ENABLED(SENSORLESS_HOMING)
|
|
||||||
st.coolstep_min_speed(1024UL * 1024UL - 1UL);
|
|
||||||
#endif
|
#endif
|
||||||
st.GSTAT(); // Clear GSTAT
|
st.GSTAT(); // Clear GSTAT
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user