[2.0.x] UltiMachine Archim2 (#8190)

* UltiMachine Archim2 support

* SPI gets included by the library

* Invert TMC2130 diag pin state

* Clean up Archim2 pins

* Update Archim2 config

* FAN2 -> FAN1

* Cleanup

* Add brief Archim installation instructions

* Bring pins into compliance

* Update 1.0 SD Detect pin for 1.1

* Update Configuration.h

* Update pins_ARCHIM2.h
This commit is contained in:
teemuatlut
2017-11-03 11:48:15 +02:00
committed by Scott Lahteine
parent f3deb37bdf
commit 70be4d206e
8 changed files with 3389 additions and 20 deletions

View File

@ -181,7 +181,7 @@
st.power_down_delay(128); // ~2s until driver lowers to hold current
st.hysterisis_start(0); // HSTRT = 1
st.hysterisis_low(1); // HEND = -2
st.diag1_active_high(1); // For sensorless homing
st.diag1_active_high(0); // For sensorless homing
#if ENABLED(STEALTHCHOP)
st.stealth_freq(1); // f_pwm = 2/683 f_clk
st.stealth_autoscale(1);