Merge pull request #192 from tjhowse/patch-1

Changed the title of the gcode view window to accurately describe the fu...
master
kliment 2012-06-13 09:19:17 -07:00
commit dceaf26f48
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
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))
self.gwindow=stlview.GCFrame(None, wx.ID_ANY, 'Gcode view, mousewheel to zoom, shift + mousewheel to set layer', size=(600,600))
except:
self.gwindow=gviz.window([],
build_dimensions=self.build_dimensions_list,