(self, axes)
| 158 | self._plugin.jog(axis, self.jogAmountWithPrinterProfile(axis, amount)) |
| 159 | |
| 160 | def home(self, axes): |
| 161 | self._plugin.home(axes) |
| 162 | |
| 163 | def babystepping(self, amount): |
| 164 | self._plugin.babystepping(self.babysteppingWithPrinterProfile(amount)) |
nothing calls this directly
no outgoing calls
no test coverage detected