mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:36:10 +08:00
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
@ -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…
x
Reference in New Issue
Block a user