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

Function getLevelingActive

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

Source from the content-addressed store, hash-verified

866 #if HAS_LEVELING
867
868 bool getLevelingActive() { return planner.leveling_active; }
869 void setLevelingActive(const bool state) { set_bed_leveling_enabled(state); }
870 bool getLevelingIsValid() { return leveling_is_valid(); }
871

Callers 6

onIdleMethod · 0.85
handleDataMethod · 0.85
storeSettingsMethod · 0.85
ablDisableIconMethod · 0.85
settingsResetMethod · 0.85
onEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected