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 "/home/vanessa/RepRap/Printrun-2.x/printrun/gui/zbuttons.py", line 149, in OnLeftDown
if r >= 0:
TypeError: unorderable types: NoneType() >= int()
I refer to the extreme top and bottom of the Z axis jog control. Obviously the ends of the axis should do nothing since the actual Z controls are the three buttons below and above those spots. 😄
The text was updated successfully, but these errors were encountered:
VanessaE
changed the title
Clicking "+Z⇑" or "-Z⇓" throws a bogus error
[2.x] Clicking "+Z⇑" or "-Z⇓" throws a bogus error
Mar 10, 2018
I refer to the extreme top and bottom of the Z axis jog control. Obviously the ends of the axis should do nothing since the actual Z controls are the three buttons below and above those spots. 😄
The text was updated successfully, but these errors were encountered: