chiark / gitweb /
Trigger slicing when updating one-at-a-time mode.
authordaid <daid303@gmail.com>
Mon, 13 Jan 2014 19:50:57 +0000 (20:50 +0100)
committerdaid <daid303@gmail.com>
Mon, 13 Jan 2014 19:50:57 +0000 (20:50 +0100)
Cura/gui/mainWindow.py

index 6f95f0da6e71e841d318cba27f9c3233b8373bd7..95903813f297069dc4b4f3d349cc420e5bb8ecd4 100644 (file)
@@ -327,6 +327,7 @@ class mainWindow(wx.Frame):
                if self.oneAtATime.IsChecked() and profile.getMachineSettingFloat('extruder_head_size_height') < 1:
                        wx.MessageBox(_('For "One at a time" printing, you need to have entered the correct head size and gantry height in the machine settings'), _('One at a time warning'), wx.OK | wx.ICON_WARNING)
                self.scene.updateProfileToControls()
+               self.scene.sceneUpdated()
 
        def OnPreferences(self, e):
                prefDialog = preferencesDialog.preferencesDialog(self)