mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-23 06:33:54 -06:00
Add stallGuard threshold for X2 (#15042)
This commit is contained in:
parent
e1d65b8937
commit
0ebaea94be
106 changed files with 127 additions and 9 deletions
|
@ -1955,6 +1955,7 @@
|
|||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||
// TMC2209: 0...255. TMC2130: -64...63
|
||||
#define X_STALL_SENSITIVITY 8
|
||||
#define X2_STALL_SENSITIVITY X_STALL_SENSITIVITY
|
||||
#define Y_STALL_SENSITIVITY 8
|
||||
//#define Z_STALL_SENSITIVITY 8
|
||||
//#define SPI_ENDSTOPS // TMC2130 only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue