MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / mcTempUpdate

Method mcTempUpdate

src/astroprint/printer/__init__.py:647–648  ·  view source on GitHub ↗
(self, temp, bedTemp)

Source from the content-addressed store, hash-verified

645 self.printedLayersCounter += 1
646
647 def mcTempUpdate(self, temp, bedTemp):
648 self._addTemperatureData(temp, bedTemp)
649
650 def mcProgress(self):
651 """

Callers 1

reportTempChangeMethod · 0.45

Calls 1

_addTemperatureDataMethod · 0.95

Tested by

no test coverage detected