Update Configuration_adv.h

This commit is contained in:
Foxies 2020-10-19 01:37:50 +02:00
parent 0beea64307
commit a3ad2e62d4

View file

@ -2505,7 +2505,7 @@
* M912 - Clear stepper driver overtemperature pre-warn condition flag.
* M122 - Report driver parameters (Requires TMC_DEBUG)
*/
#define MONITOR_DRIVER_STATUS //TMC
#define MONITOR_DRIVER_STATUS
#if ENABLED(MONITOR_DRIVER_STATUS)
#define CURRENT_STEP_DOWN 50 // [mA]
@ -2520,7 +2520,7 @@
* STEALTHCHOP_(XY|Z|E) must be enabled to use HYBRID_THRESHOLD.
* M913 X/Y/Z/E to live tune the setting
*/
#define HYBRID_THRESHOLD //TMC
#define HYBRID_THRESHOLD
#define X_HYBRID_THRESHOLD 150 // [mm/s]
#define X2_HYBRID_THRESHOLD 100
@ -2602,7 +2602,7 @@
* Enable M122 debugging command for TMC stepper drivers.
* M122 S0/1 will enable continous reporting.
*/
#define TMC_DEBUG //TMC
#define TMC_DEBUG
/**
* You can set your own advanced settings by filling in predefined functions.