From 8b7142dffa00cfc2704d1dd7d30e04f0420f6e02 Mon Sep 17 00:00:00 2001 From: Scott Dyer Date: Tue, 9 Jun 2020 16:34:24 -0700 Subject: [PATCH] Disable Stealthchop Changes to disable Stealthchop and monitor 2208 Drivers --- Marlin/Configuration_adv.h | 4 ++-- Marlin/Version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,