Increase probing margin to avoid X to move ourside the bed
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user