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