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

Method disable_axes

src/ext/makerbot_driver/Gcode/Parser.py:250–253  ·  view source on GitHub ↗

Disables a set of axes on the bot

(self, codes, flags, comment)

Source from the content-addressed store, hash-verified

248 )
249
250 def disable_axes(self, codes, flags, comment):
251 """Disables a set of axes on the bot
252 """
253 self.s3g.toggle_axes(makerbot_driver.Gcode.parse_out_axes(flags), False)
254
255 def display_message(self, codes, flags, comment):
256 """Given a comment, displays a message on the bot.

Callers

nothing calls this directly

Calls 1

toggle_axesMethod · 0.80

Tested by

no test coverage detected