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:
authorvolconst <20997907+volconst@users.noreply.github.com>2022-01-17 22:36:54 +0300
committervolconst <20997907+volconst@users.noreply.github.com>2022-01-17 22:36:54 +0300
commit0c40c1a0656dd7a5ddce5db41d74e4a44579cb80 (patch)
tree8cf49055f6eb73f6179b07f153f23ec461666d3f
parent95b6679e5d2886d091a8adbb095ad1fa1419069b (diff)
Fix missing Button.Value attribute
-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: