From 58afb98ef16c9a88af686bd3bdacb87e32e525a9 Mon Sep 17 00:00:00 2001 From: X-Dron Date: Sun, 27 Sep 2020 07:38:05 +0300 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6d714798e3..0af5674df9 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 1000 // X, Y, Z acceleration for travel (non printing) moves +#define DEFAULT_TRAVEL_ACCELERATION 1200 // 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 20.0 - #define DEFAULT_YJERK 20.0 + #define DEFAULT_XJERK 17.0 + #define DEFAULT_YJERK 17.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 210 +#define Y_BED_SIZE 207 // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS 0