|
|
@ -849,20 +849,6 @@
|
|
|
|
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
|
|
|
|
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Enable one or more of the following if probing seems unreliable.
|
|
|
|
|
|
|
|
* Heaters and/or fans can be disabled during probing to minimize electrical
|
|
|
|
|
|
|
|
* noise. A delay can also be added to allow noise and vibration to settle.
|
|
|
|
|
|
|
|
* These options are most useful for the BLTouch probe, but may also improve
|
|
|
|
|
|
|
|
* readings with inductive probes and piezo sensors.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF)
|
|
|
|
|
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
|
|
|
|
// A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
|
|
|
|
//#define SOLENOID_PROBE
|
|
|
|
//#define SOLENOID_PROBE
|
|
|
|
|
|
|
|
|
|
|
@ -955,6 +941,7 @@
|
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
|
|
|
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
|
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
|
|
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
|
|
|