From a3ad2e62d4220d148b9205feb2abebb0f14c5d01 Mon Sep 17 00:00:00 2001 From: Foxies Date: Mon, 19 Oct 2020 01:37:50 +0200 Subject: [PATCH] Update Configuration_adv.h --- Marlin/Configuration_adv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 077c5df3a3..08b2ed3b12 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -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.