From 2bd939d8f57b2373704ca628cb0d7385b8d19b02 Mon Sep 17 00:00:00 2001 From: X-Dron Date: Sat, 26 Sep 2020 07:32:55 +0300 Subject: [PATCH] Revert "Update Configuration.h" This reverts commit 09c13d5b08087e43165fab3ee775b222d541d407. --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 8aa51b49d2..103131b15a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -798,7 +798,7 @@ // @efim-a-efim - decreased E0 acceleration to make it less noisy (yes, even with TMC2208 drivers) #define DEFAULT_ACCELERATION 1150 // X, Y, Z and E acceleration for printing moves #define DEFAULT_RETRACT_ACCELERATION 800 // E acceleration for retracts -#define DEFAULT_TRAVEL_ACCELERATION 1200 // X, Y, Z acceleration for travel (non printing) moves +#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration for travel (non printing) moves /** * Default Jerk limits (mm/s) @@ -810,8 +810,8 @@ */ #define CLASSIC_JERK #if ENABLED(CLASSIC_JERK) - #define DEFAULT_XJERK 17.0 - #define DEFAULT_YJERK 17.0 + #define DEFAULT_XJERK 20.0 + #define DEFAULT_YJERK 20.0 #define DEFAULT_ZJERK 0.5 //#define TRAVEL_EXTRA_XYJERK 0.0 // Additional jerk allowance for all travel moves @@ -1170,7 +1170,7 @@ // The size of the print bed #define X_BED_SIZE 250 -#define Y_BED_SIZE 207 +#define Y_BED_SIZE 210 // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS 0