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

master
Guillaume Seguin 2012-08-13 13:42:22 +02:00
parent 7a422f1c62
commit f5378eae95
1 changed files with 2 additions and 2 deletions

View File

@ -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,