Commit c635bd67 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix NoViz (don't crash status thread)

parent 9bbe57fe
......@@ -40,6 +40,9 @@ class NoViz(object):
def addgcode(self, *a, **kw):
pass
def addgcodehighlight(self, *a, **kw):
pass
def Refresh(self, *a):
pass
......
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