chiark / gitweb /
Better handle plugin exceptions.
authordaid303 <daid303@gmail.com>
Thu, 1 Nov 2012 08:12:07 +0000 (09:12 +0100)
committerdaid303 <daid303@gmail.com>
Thu, 1 Nov 2012 08:12:07 +0000 (09:12 +0100)
Cura/gui/sliceProgessPanel.py

index b575a171092b796d5d3b6a4948e0859cb0caad99..0cbdc2d3810ddd72a9c0d5dcf59e8096d2b4b68a 100644 (file)
@@ -168,6 +168,7 @@ class WorkerThread(threading.Thread):
                                if logLine.startswith('Model error('):
                                        gcodefile.write(';%s\n' % (logLine))
                        gcodefile.close()
+                       wx.CallAfter(self.notifyWindow.statusText.SetLabel, "Running plugins")
                        ret = profile.runPostProcessingPlugins(gcodeFilename)
                        if ret != None:
                                self.progressLog.append(ret)