You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.current_position is a defaultdict, which means if you try to read a key that doesn't exists a default value will be returned to the caller and stored under that key.
Sometimes the rendered g code view will not have any lines when the Z coordinate of the first move is unspecified.
See Gist: https://gist.github.com/danfitz7/196dbe75051ea3c34dcc
See z coordinate on fourth-to-last line.
The text was updated successfully, but these errors were encountered: