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: