(self, tool, amount, speed=None)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected