PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835)
This commit is contained in:
committed by
Scott Lahteine
parent
bb1039d4c9
commit
735c1b6183
@@ -630,6 +630,10 @@ class Temperature {
|
||||
, const bool click_to_cancel=false
|
||||
#endif
|
||||
);
|
||||
|
||||
#if ENABLED(WAIT_FOR_HOTEND)
|
||||
static void wait_for_hotend_heating(const uint8_t target_extruder);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
FORCE_INLINE static bool still_heating(const uint8_t e) {
|
||||
|
||||
Reference in New Issue
Block a user