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

Function getCaseLightState

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

Source from the content-addressed store, hash-verified

622
623 #if ENABLED(CASE_LIGHT_ENABLE)
624 bool getCaseLightState() { return caselight.on; }
625 void setCaseLightState(const bool value) {
626 caselight.on = value;
627 caselight.update_enabled();

Callers 10

onIdleMethod · 0.85
handleDataMethod · 0.85
processPanelRequestMethod · 0.85
page1Method · 0.85
page3Method · 0.85
page4Method · 0.85
page5Method · 0.85
page7Method · 0.85
onRedrawMethod · 0.85
onTouchHeldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected