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