linuxcnc/lib/python/rs274
Ruoxi Wang c4c7cfb3a8
Prevent fail when doing item assignment later.
Trying to resolve #328, succeeded.
When one of rotary axis is wrapped, the code between line 1292 and 1302 will do item assignment in positions.
But if self.get_show_relative() returns false, positions is a tuple, item assignment will fail. So I added 2 lines of code to ensure positions is always a list.
2017-12-04 22:16:30 +08:00
..
__init__.py
author.py
glcanon.py Prevent fail when doing item assignment later. 2017-12-04 22:16:30 +08:00
interpret.py axis: be robust when canon calls don't happen 2012-03-09 16:00:11 -06:00
OpenGLTk.py
options.py