MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / SetState

Method SetState

src/Tools/Spindle.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void Spindle::SetState(SpindleState newState) noexcept
215{
216 state = newState;
217 SetRpm(configuredRpm); // depending on the configured SpindleState this might actually stop the spindle
218}
219
220// End

Callers 5

RepRap.cppFile · 0.45
ActivateMethod · 0.45
StandbyMethod · 0.45
THROWSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected