After changing the settings refresh simulation max path number

CURA-4632
This commit is contained in:
Aleksei S 2017-11-28 13:08:25 +01:00
parent 6db06ea713
commit 6e171be0b9

View file

@ -154,6 +154,7 @@ class SimulationView(View):
def _onSceneChanged(self, node):
self.setActivity(False)
self.calculateMaxLayers()
self.calculateMaxPathsOnLayer(self._current_layer_num)
def isBusy(self):
return self._busy