Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--printrun/pronterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/printrun/pronterface.py b/printrun/pronterface.py
index 63b1855..fda7025 100644
--- a/printrun/pronterface.py
+++ b/printrun/pronterface.py
@@ -658,7 +658,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
wx.CallAfter(self.btemp.SetInsertionPoint, 0)
def tool_change(self, event):
- self.do_tool(self.extrudersel.Value)
+ self.do_tool(self.extrudersel.GetValue())
def show_viz_window(self, event):
if self.fgcode: