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

Method __init__

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

Source from the content-addressed store, hash-verified

10class Point(object):
11
12 def __init__(self):
13 self.X = None
14 self.Y = None
15 self.Z = None
16 self.A = None
17 self.B = None
18
19 def ToList(self):
20 return [self.X, self.Y, self.Z, self.A, self.B]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected