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

Method ToList

src/ext/makerbot_driver/Gcode/Point.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 self.B = None
18
19 def ToList(self):
20 return [self.X, self.Y, self.Z, self.A, self.B]
21
22 def SetPoint(self, codes):
23 """Given a set of codes with defined values, sets this point's

Callers 3

get_positionMethod · 0.80
set_positionMethod · 0.80
linear_interpolationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected