chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20799f
)
Fixing issue 6: rerunning the calibration wizard does not update the filament diamete...
author
daid
<daid303@gmail.com>
Mon, 12 Mar 2012 11:23:21 +0000
(12:23 +0100)
committer
daid
<daid303@gmail.com>
Mon, 12 Mar 2012 11:23:21 +0000
(12:23 +0100)
SkeinPyPy_NewUI/newui/mainWindow.py
patch
|
blob
|
history
diff --git
a/SkeinPyPy_NewUI/newui/mainWindow.py
b/SkeinPyPy_NewUI/newui/mainWindow.py
index e1cc265b1d6e644d15405d597f35deb2c0e6e3ab..0ea254f6c4a302abeb2ac54598c5633ab6c5b1cb 100644
(file)
--- 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)