[2.0.x] Wait for bed heaters between probing (#10472)
This commit is contained in:
		| @@ -705,6 +705,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
|  * 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 | ||||
|  | ||||
|   | ||||
| @@ -705,6 +705,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo | ||||
|  * 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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user