Fixing issue 6: rerunning the calibration wizard does not update the filament diameter in the main window

This commit is contained in:
daid 2012-03-12 12:23:21 +01:00
parent e20799ffef
commit dc339de638

View File

@ -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)