Fix wait_for_bed compile error
This commit is contained in:
parent
d545f984b0
commit
09d6db491a
@ -2607,7 +2607,7 @@ void Temperature::isr() {
|
|||||||
#define MIN_COOLING_SLOPE_TIME_BED 60
|
#define MIN_COOLING_SLOPE_TIME_BED 60
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool Temperature::wait_for_bed(const bool no_wait_for_cooling
|
bool Temperature::wait_for_bed(const bool no_wait_for_cooling/*=true*/
|
||||||
#if G26_CLICK_CAN_CANCEL
|
#if G26_CLICK_CAN_CANCEL
|
||||||
, const bool click_to_cancel/*=false*/
|
, const bool click_to_cancel/*=false*/
|
||||||
#endif
|
#endif
|
||||||
|
@ -465,7 +465,7 @@ class Temperature {
|
|||||||
static void start_watching_bed();
|
static void start_watching_bed();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static bool wait_for_bed(const bool no_wait_for_cooling
|
static bool wait_for_bed(const bool no_wait_for_cooling=true
|
||||||
#if G26_CLICK_CAN_CANCEL
|
#if G26_CLICK_CAN_CANCEL
|
||||||
, const bool click_to_cancel=false
|
, const bool click_to_cancel=false
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user