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 //