Default active low for TMC2130 DIAG1 (#10294)

- Added sanity check to inform users to set the endstop to inverting
  when using SENSORLESS_HOMING
This commit is contained in:
Marcio Teixeira
2018-04-05 14:09:49 -06:00
committed by Scott Lahteine
parent e8e60263c8
commit 75037493fa
2 changed files with 16 additions and 7 deletions

View File

@ -193,7 +193,6 @@
st.power_down_delay(128); // ~2s until driver lowers to hold current
st.hysteresis_start(3);
st.hysteresis_end(2);
st.diag1_active_high(1); // For sensorless homing
#if ENABLED(STEALTHCHOP)
st.stealth_freq(1); // f_pwm = 2/683 f_clk
st.stealth_autoscale(1);