Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF (#7000)
* Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF * Add HEATER_IDLE_HANDLER conditional
This commit is contained in:
committed by
Scott Lahteine
parent
8326c1c279
commit
e47029199e
@@ -577,13 +577,6 @@ static_assert(1 >= 0
|
||||
#error "Probes need Z_CLEARANCE_BETWEEN_PROBES >= 0."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Advanced Pause is required in order to turn the heaters off during probing
|
||||
*/
|
||||
#if (ENABLED(PROBING_HEATERS_OFF) && DISABLED(ADVANCED_PAUSE_FEATURE))
|
||||
#error "PROBING_HEATERS_OFF requires ADVANCED_PAUSE_FEATURE"
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user