From 56e283ea9a649bc3f404a5793062c25db60d15da Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Thu, 24 Jun 2021 08:35:47 +0200 Subject: [PATCH] Tweak default acceleration for TMC drivers --- Marlin/Configuration.h | 6 +++--- Marlin/src/inc/Version.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 5c3f5d8a..e404c389 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -960,7 +960,7 @@ */ #if ENABLED(KNUTWURST_MEGA) - #define DEFAULT_ACCELERATION 1600 // X, Y, Z and E acceleration for printing moves + #define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves #if ENABLED(KNUTWURST_BMG) #define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts #else @@ -971,7 +971,7 @@ #endif #if ENABLED(KNUTWURST_MEGA_S) - #define DEFAULT_ACCELERATION 1600 // X, Y, Z and E acceleration for printing moves + #define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves #define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves #endif @@ -983,7 +983,7 @@ #endif #if ENABLED(KNUTWURST_MEGA_P) - #define DEFAULT_ACCELERATION 1600 // X, Y, Z and E acceleration for printing moves + #define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves #define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves #endif diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 7336c76b..67415abf 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -41,10 +41,10 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.2.0" + #define CUSTOM_BUILD_VERSION "1.2.0-beta.5" #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2021-06-21" + #define STRING_DISTRIBUTION_DATE "2021-06-24" #endif /**