Commit b01840c4 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix printing support for main 3D viewer

parent 9274e145
......@@ -486,6 +486,12 @@ class GcodeViewMainWrapper(object):
if not self.refresh_timer.IsRunning():
self.refresh_timer.Start()
def addgcode(self, *a):
pass
def setlayer(self, *a):
pass
def addfile(self, gcode = None):
self.model = actors.GcodeModel()
if gcode:
......
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