From 60ff8e8cb235a59c7ec6b636b91b9db0e11e75a6 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sat, 20 Nov 2021 23:40:53 +0100 Subject: [PATCH] Increase probing margin to avoid X to move ourside the bed --- Marlin/Configuration.h | 2 +- Marlin/src/pins/ramps/pins_TRIGORILLA_CHIRON.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 20afbf5e..1d711f9f 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1554,7 +1554,7 @@ #if ENABLED(KNUTWURST_CHIRON) #define PROBING_MARGIN 15 #else - #define PROBING_MARGIN 30 + #define PROBING_MARGIN 35 #endif // X and Y axis travel speed (mm/m) between probes diff --git a/Marlin/src/pins/ramps/pins_TRIGORILLA_CHIRON.h b/Marlin/src/pins/ramps/pins_TRIGORILLA_CHIRON.h index fbbf2567..fefe1d77 100755 --- a/Marlin/src/pins/ramps/pins_TRIGORILLA_CHIRON.h +++ b/Marlin/src/pins/ramps/pins_TRIGORILLA_CHIRON.h @@ -39,6 +39,15 @@ #define SERVO3_PIN 6 #endif +/* +#if MB(TRIGORILLA_14_11) + #define SERVO0_PIN 11 + #define SERVO1_PIN 6 + #define SERVO2_PIN 5 + #define SERVO3_PIN 4 +#endif +*/ + // // Custom Limit Switches //