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

Method GetWarmUpDuration

src/PrintMonitor/PrintMonitor.cpp:307–310  ·  view source on GitHub ↗

Return the warm-up time

Source from the content-addressed store, hash-verified

305
306// Return the warm-up time
307float PrintMonitor::GetWarmUpDuration() const noexcept
308{
309 return (float)((heatingUp) ? warmUpDuration + (millis64() - heatingStartedTime) : warmUpDuration) * MillisToSeconds;
310}
311
312// Return the total pause time
313float PrintMonitor::GetPauseDuration() const noexcept

Callers 2

RepRap.cppFile · 0.80
PrintMonitor.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected