Commit f5378eae authored by Guillaume Seguin's avatar Guillaume Seguin

Fix GL stlview after move of stlview.py to printrun module

parent 7a422f1c
......@@ -791,8 +791,8 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
self.gviz.showall = 1
try:
raise ""
import stlview
self.gwindow = stlview.GCFrame(None, wx.ID_ANY, 'Gcode view, shift to move view, mousewheel to set layer', size = (600, 600))
import printrun.stlview
self.gwindow = printrun.stlview.GCFrame(None, wx.ID_ANY, 'Gcode view, shift to move view, mousewheel to set layer', size = (600, 600))
except:
self.gwindow = gviz.window([],
build_dimensions = self.build_dimensions_list,
......
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