Add PROBING_STEPPERS_OFF (#11984)
Co-Authored-By: houseofbugs <houseofbugs@gmail.com>
This commit is contained in:
		@@ -849,20 +849,6 @@
 | 
			
		||||
  //#define BLTOUCH_DELAY 375   // (ms) Enable and increase if needed
 | 
			
		||||
#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)
 | 
			
		||||
//#define SOLENOID_PROBE
 | 
			
		||||
 | 
			
		||||
@@ -955,6 +941,7 @@
 | 
			
		||||
  //#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 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
 | 
			
		||||
 | 
			
		||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
 | 
			
		||||
 
 | 
			
		||||
@@ -897,6 +897,7 @@
 | 
			
		||||
  //#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 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
 | 
			
		||||
 | 
			
		||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
 | 
			
		||||
 
 | 
			
		||||
@@ -880,6 +880,7 @@
 | 
			
		||||
  //#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 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
 | 
			
		||||
 | 
			
		||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user