From dc339de63802875c9ef0f87c081038416bba5168 Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 12 Mar 2012 12:23:21 +0100 Subject: [PATCH] Fixing issue 6: rerunning the calibration wizard does not update the filament diameter in the main window --- SkeinPyPy_NewUI/newui/mainWindow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SkeinPyPy_NewUI/newui/mainWindow.py b/SkeinPyPy_NewUI/newui/mainWindow.py index e1cc265b..0ea254f6 100644 --- a/SkeinPyPy_NewUI/newui/mainWindow.py +++ b/SkeinPyPy_NewUI/newui/mainWindow.py @@ -239,6 +239,7 @@ class mainWindow(configBase.configWindowBase): def OnFirstRunWizard(self, e): configWizard.configWizard() + self.updateProfileToControls() def OnLoadSTL(self, e): dlg=wx.FileDialog(self, "Open file to print", self.lastPath, style=wx.FD_OPEN|wx.FD_FILE_MUST_EXIST) -- 2.30.2