modified: weaver.py

FIXED:Broken reference, "OnShellClear" typo as "OnSendClear"

Expanded the Workflow Button listing...

Just needs to have the "Wxyz" controls implimented and the
  Shell View Control fixed for proper display...

After all that only the actual binding code needs to be put together
master
Jeremy Kajikawa 2011-05-18 23:45:42 +12:00
parent b39458ebc3
commit 97128780f3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ try:
self.Bind(wx.EVT_BUTTON, self.OnSerialPort, self.SerialPort)
self.Bind(wx.EVT_BUTTON, self.OnSerialSpeed, self.SerialPort)
self.Bind(wx.EVT_BUTTON, self.OnShellProc, self.ShellProc)
self.Bind(wx.EVT_BUTTON, self.OnSendClear, self.ShellClear)
self.Bind(wx.EVT_BUTTON, self.OnShellClear, self.ShellClear)
self.Bind(wx.EVT_BUTTON, self.OnShellSend, self.ShellSend)
self.Bind(wx.EVT_BUTTON, self.OnLoadSTL, self.LoadSTL)
self.Bind(wx.EVT_BUTTON, self.OnLoadGCode, self.LoadGCode)