From: daid Date: Mon, 12 Mar 2012 11:23:21 +0000 (+0100) Subject: Fixing issue 6: rerunning the calibration wizard does not update the filament diamete... X-Git-Tag: RC1~103 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dc339de63802875c9ef0f87c081038416bba5168;p=cura.git Fixing issue 6: rerunning the calibration wizard does not update the filament diameter in the main window --- 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)