Fixing issue 6: rerunning the calibration wizard does not update the filament diameter in the main window
This commit is contained in:
parent
e20799ffef
commit
dc339de638
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue