From 4d1776608eb5bf6878061df9419c92ff1f2d49b0 Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 13 Jan 2014 20:50:57 +0100 Subject: [PATCH] Trigger slicing when updating one-at-a-time mode. --- Cura/gui/mainWindow.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2