diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index d4f3b63..dc70f33 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1149,7 +1149,7 @@ * Use Trinamic's ultra quiet stepping mode. * When disabled, Marlin will use spreadCycle stepping mode. */ - #define STEALTHCHOP + //#define STEALTHCHOP /** * Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions, @@ -1161,7 +1161,7 @@ * M911 - Report stepper driver overtemperature pre-warn condition. * M912 - Clear stepper driver overtemperature pre-warn condition flag. * M122 S0/1 - Report driver parameters (Requires TMC_DEBUG) - */ + //#define MONITOR_DRIVER_STATUS #if ENABLED(MONITOR_DRIVER_STATUS) diff --git a/Marlin/Version.h b/Marlin/Version.h index 913fcf2..2047cc4 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -47,7 +47,7 @@ * Verbose version identifier which should contain a reference to the location * from where the binary was downloaded or the source code was compiled. */ - #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github, davidramiro)" + #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github, scottdyer)" /** * The STRING_DISTRIBUTION_DATE represents when the binary file was built,