Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben D <rubend@tutanota.com>2018-02-04 03:53:10 +0300
committerRuben D <rubend@tutanota.com>2018-02-04 03:53:10 +0300
commit77566180f12cef3d00ebe60391372809334e2060 (patch)
tree686fe2e104a1b0cd342304342816f8b87026428d /plugins/PostProcessingPlugin/PostProcessingPlugin.py
parentf9bee9ad3ea04184b14461a26a8e2228a02cdfd8 (diff)
Remove commented code
Oops, forgot about this one.
Diffstat (limited to 'plugins/PostProcessingPlugin/PostProcessingPlugin.py')
-rw-r--r--plugins/PostProcessingPlugin/PostProcessingPlugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PostProcessingPlugin/PostProcessingPlugin.py b/plugins/PostProcessingPlugin/PostProcessingPlugin.py
index 9cc369a0d9..7339b379b5 100644
--- a/plugins/PostProcessingPlugin/PostProcessingPlugin.py
+++ b/plugins/PostProcessingPlugin/PostProcessingPlugin.py
@@ -39,7 +39,6 @@ class PostProcessingPlugin(QObject, Extension):
Application.getInstance().getOutputDeviceManager().writeStarted.connect(self.execute)
Application.getInstance().globalContainerStackChanged.connect(self._onGlobalContainerStackChanged) #When the current printer changes, update the list of scripts.
Application.getInstance().mainWindowChanged.connect(self._createView) #When the main window is created, create the view so that we can display the post-processing icon if necessary.
- #self.scriptListChanged.connect(self.writeScriptsToStack) #Whenever there is a change, save it into the stack.
selectedIndexChanged = pyqtSignal()
@pyqtProperty("QVariant", notify = selectedIndexChanged)