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

Method stop

src/astroprint/printer/__init__.py:933–935  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

931 self.setCurrentZ(currentZ)
932
933 def stop(self):
934 self._stop = True
935 self._changeEvent.set()
936
937 def addTemperature(self, temperature):
938 self._addTemperatureCallback(temperature)

Callers 1

rampdownMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected