Commit c3e50ed5 authored by Guillaume Seguin's avatar Guillaume Seguin

Harden NoViz

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