Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onIdle
Method · 0.85
handleData
Method · 0.85
processPanelRequest
Method · 0.85
page1
Method · 0.85
page3
Method · 0.85
page4
Method · 0.85
page5
Method · 0.85
page7
Method · 0.85
onRedraw
Method · 0.85
onTouchHeld
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected