chiark / gitweb /
Push objects free if the head sizes are adjusted.
authordaid <daid303@gmail.com>
Mon, 24 Feb 2014 08:31:14 +0000 (09:31 +0100)
committerdaid <daid303@gmail.com>
Mon, 24 Feb 2014 08:31:14 +0000 (09:31 +0100)
Cura/gui/mainWindow.py

index 714fc8ea917fa226827a505ca3fefd15a476f22d..6d23ba9bfdb975cab6b5d384fa860e43a02e691b 100644 (file)
@@ -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())