chiark / gitweb /
Add plugins, fix re-slicing when you edit the start/end gcode.
[cura.git] / Cura / util / sliceEngine.py
index 04b03e845073c563ba0611a6cfd49fc5e9a2d16e..4f96171f1de5414035775fcf7f3faa8d437f5cd0 100644 (file)
@@ -178,6 +178,7 @@ class Slicer(object):
                returnCode = self._process.wait()
                try:
                        if returnCode == 0:
+                               profile.runPostProcessingPlugins(self._exportFilename)
                                self._callback(1.0, True)
                        else:
                                self._callback(-1.0, False)