Commit c3e50ed5 authored by Guillaume Seguin's avatar Guillaume Seguin

Harden NoViz

parent 50e4a9bf
......@@ -201,15 +201,15 @@ class NoViz(object):
showall = False
def clear(self):
def clear(self, *a):
pass
def addfile(self, gcode):
def addfile(self, *a, **kw):
pass
def addgcode(self, gcode):
def addgcode(self, *a, **kw):
pass
def Refresh(self):
def Refresh(self, *a):
pass
def setlayer(self, layer):
def setlayer(self, *a):
pass
class VizPane(wx.BoxSizer):
......
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