Commit b43093d0 authored by Kliment Yanev's avatar Kliment Yanev

Initialize default arc values to 0. Closes #200

parent f10d6c06
......@@ -272,6 +272,8 @@ class gviz(wx.Panel):
def _readgcode():
target=self.lastpos[:]
target[5]=0.0
target[6]=0.0
if hilight:
target=self.hilightpos[:]
for i in gcode:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment