Fix wait_for_bed compile error

This commit is contained in:
Scott Lahteine
2018-11-25 18:05:18 -06:00
parent d545f984b0
commit 09d6db491a
2 changed files with 2 additions and 2 deletions

View File

@ -2607,7 +2607,7 @@ void Temperature::isr() {
#define MIN_COOLING_SLOPE_TIME_BED 60
#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
, const bool click_to_cancel/*=false*/
#endif