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:
Diffstat (limited to 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/SimulationView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimulationView/SimulationView.py b/plugins/SimulationView/SimulationView.py
index 8318a68575..6d6f19c57c 100644
--- a/plugins/SimulationView/SimulationView.py
+++ b/plugins/SimulationView/SimulationView.py
@@ -533,7 +533,7 @@ class SimulationView(CuraView):
self._nozzle_node.setParent(None)
renderer = self.getRenderer()
- if renderer is not None:
+ if renderer is None:
return False
if self._layer_pass is not None: