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
Traceback (most recent call last):
File "gcodetools-dev.py", line 7870, in
gcodetools.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "gcodetools-dev.py", line 7786, in effect
self.path_to_gcode()
File "gcodetools-dev.py", line 5480, in path_to_gcode
b.from_old_style(c)
File "/usr/share/inkscape/extensions/biarc.py", line 785, in from_old_style
self.clean()
File "/usr/share/inkscape/extensions/biarc.py", line 620, in clean
closed = self.items[i][0].st.near(self.items[i][-1].end)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
shimpe
added a commit
to shimpe/gcodetools
that referenced
this issue
Jul 15, 2019
Traceback (most recent call last):
File "gcodetools-dev.py", line 7870, in
gcodetools.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "gcodetools-dev.py", line 7786, in effect
self.path_to_gcode()
File "gcodetools-dev.py", line 5480, in path_to_gcode
b.from_old_style(c)
File "/usr/share/inkscape/extensions/biarc.py", line 785, in from_old_style
self.clean()
File "/usr/share/inkscape/extensions/biarc.py", line 620, in clean
closed = self.items[i][0].st.near(self.items[i][-1].end)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: