Commit ca0d49bc authored by tjhowse's avatar tjhowse

Changed the title of the gcode view window to accurately describe the functionality.

parent 7a1ccb8c
...@@ -663,7 +663,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -663,7 +663,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
try: try:
raise "" raise ""
import stlview 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: except:
self.gwindow=gviz.window([], self.gwindow=gviz.window([],
build_dimensions=self.build_dimensions_list, 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