Testing fix for TMC overtemp

This commit is contained in:
Brian Kahl 2021-08-27 16:00:14 -05:00
parent 05cbfe220b
commit d3f7d39a9b

View File

@ -2879,7 +2879,7 @@
* Use Trinamic's ultra quiet stepping mode.
* When disabled, Marlin will use spreadCycle stepping mode.
*/
#define STEALTHCHOP_XY
//#define STEALTHCHOP_XY
#define STEALTHCHOP_Z
#define STEALTHCHOP_I
#define STEALTHCHOP_J
@ -3041,7 +3041,7 @@
* Enable M122 debugging command for TMC stepper drivers.
* M122 S0/1 will enable continuous reporting.
*/
//#define TMC_DEBUG
#define TMC_DEBUG
/**
* You can set your own advanced settings by filling in predefined functions.