Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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&
#x27;s
Callers
3
get_position
Method · 0.80
set_position
Method · 0.80
linear_interpolation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected