Add PROBING_STEPPERS_OFF (#11984)
Co-Authored-By: houseofbugs <houseofbugs@gmail.com>
This commit is contained in:
		@@ -859,6 +859,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
 | 
			
		||||
 
 | 
			
		||||
@@ -859,6 +859,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
 | 
			
		||||
 
 | 
			
		||||
@@ -935,7 +935,8 @@
 | 
			
		||||
#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 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
 | 
			
		||||
 
 | 
			
		||||
@@ -866,6 +866,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