From: daid Date: Mon, 24 Feb 2014 08:31:14 +0000 (+0100) Subject: Push objects free if the head sizes are adjusted. X-Git-Tag: 14.03~27^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eb3b06bb7b313eee06c2c5548d9597c3c7e0e9c4;p=cura.git Push objects free if the head sizes are adjusted. --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 714fc8ea..6d23ba9b 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -330,6 +330,7 @@ class mainWindow(wx.Frame): if int(profile.getMachineSetting('extruder_amount')) < 2: self.headOffsetWizardMenuItem.Enable(False) self.scene.updateProfileToControls() + self.scene._scene.pushFree() def onOneAtATimeSwitch(self, e): profile.putPreference('oneAtATime', self.oneAtATime.IsChecked())