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

Method fan

src/astroprint/printer/plugin/__init__.py:172–173  ·  view source on GitHub ↗
(self, tool, speed)

Source from the content-addressed store, hash-verified

170 self._plugin.setPrintingFlow(amount)
171
172 def fan(self, tool, speed):
173 self._plugin.fan(tool, speed)
174
175 def extrude(self, tool, amount, speed=None):
176 self._plugin.extrude(tool, amount, speed)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected