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

Method extrude

src/astroprint/printer/plugin/__init__.py:175–176  ·  view source on GitHub ↗
(self, tool, amount, speed=None)

Source from the content-addressed store, hash-verified

173 self._plugin.fan(tool, speed)
174
175 def extrude(self, tool, amount, speed=None):
176 self._plugin.extrude(tool, amount, speed)
177
178 def changeTool(self, tool):
179 self._plugin.changeTool(tool)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected