Commit dceaf26f authored by kliment's avatar kliment

Merge pull request #192 from tjhowse/patch-1

Changed the title of the gcode view window to accurately describe the fu...
parents d9a3363a ca0d49bc
......@@ -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,
......
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