Increase probing margin to avoid X to move ourside the bed

This commit is contained in:
Knutwurst
2021-11-20 23:40:53 +01:00
parent f2615b7972
commit 60ff8e8cb2
2 changed files with 10 additions and 1 deletions

View File

@@ -1554,7 +1554,7 @@
#if ENABLED(KNUTWURST_CHIRON) #if ENABLED(KNUTWURST_CHIRON)
#define PROBING_MARGIN 15 #define PROBING_MARGIN 15
#else #else
#define PROBING_MARGIN 30 #define PROBING_MARGIN 35
#endif #endif
// X and Y axis travel speed (mm/m) between probes // X and Y axis travel speed (mm/m) between probes

View File

@@ -39,6 +39,15 @@
#define SERVO3_PIN 6 #define SERVO3_PIN 6
#endif #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 // Custom Limit Switches
// //