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

Method home

src/astroprint/printer/plugin/__init__.py:160–161  ·  view source on GitHub ↗
(self, axes)

Source from the content-addressed store, hash-verified

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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected