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