From eb3b06bb7b313eee06c2c5548d9597c3c7e0e9c4 Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 24 Feb 2014 09:31:14 +0100 Subject: [PATCH] Push objects free if the head sizes are adjusted. --- Cura/gui/mainWindow.py | 1 + 1 file changed, 1 insertion(+) 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()) -- 2.30.2