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

Method IsHeatingUp

src/GCodes/GCodes.cpp:1198–1201  ·  view source on GitHub ↗

Return true if the first file channel is waiting for a heater to reach temperature

Source from the content-addressed store, hash-verified

1196
1197// Return true if the first file channel is waiting for a heater to reach temperature
1198bool GCodes::IsHeatingUp() const noexcept
1199{
1200 return FileGCode()->IsWaitingForTemperatures();
1201}
1202
1203// Stop waiting for temperatures to be reached, optionally just in the file(s) being printed
1204void GCodes::CancelWaitForTemperatures(bool onlyInPrintFiles) noexcept

Callers 1

SpinMethod · 0.80

Calls 1

Tested by

no test coverage detected