MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / awaitingUserConfirm

Function awaitingUserConfirm

Marlin/src/lcd/extui/ui_api.cpp:1023–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021 void coolDown() { thermalManager.cooldown(); }
1022
1023 bool awaitingUserConfirm() {
1024 return TERN0(HAS_RESUME_CONTINUE, wait_for_user) || TERN0(HOST_KEEPALIVE_FEATURE, getHostKeepaliveIsPaused());
1025 }
1026 void setUserConfirmed() { TERN_(HAS_RESUME_CONTINUE, wait_for_user = false); }
1027
1028 #if ENABLED(ADVANCED_PAUSE_FEATURE)

Callers 4

onIdleMethod · 0.85
resumePrintMethod · 0.85
onTouchEndMethod · 0.85
process_eventsMethod · 0.85

Calls 1

getHostKeepaliveIsPausedFunction · 0.85

Tested by

no test coverage detected