| 612 | bool getFilamentRunoutEnabled() { return runout.enabled; } |
| 613 | void setFilamentRunoutEnabled(const bool value) { runout.enabled = value; } |
| 614 | bool getFilamentRunoutState() { return runout.filament_ran_out; } |
| 615 | void setFilamentRunoutState(const bool value) { runout.filament_ran_out = value; } |
| 616 | |
| 617 | #if HAS_FILAMENT_RUNOUT_DISTANCE |
no outgoing calls
no test coverage detected