From: daid Date: Mon, 13 Jan 2014 19:50:57 +0000 (+0100) Subject: Trigger slicing when updating one-at-a-time mode. X-Git-Tag: 14.02-RC1~57 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=cura.git;a=commitdiff_plain;h=4d1776608eb5bf6878061df9419c92ff1f2d49b0 Trigger slicing when updating one-at-a-time mode. --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 6f95f0da..95903813 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -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)