mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
After changing the settings refresh simulation max path number
CURA-4632
This commit is contained in:
parent
6db06ea713
commit
6e171be0b9
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ class SimulationView(View):
|
||||||
def _onSceneChanged(self, node):
|
def _onSceneChanged(self, node):
|
||||||
self.setActivity(False)
|
self.setActivity(False)
|
||||||
self.calculateMaxLayers()
|
self.calculateMaxLayers()
|
||||||
|
self.calculateMaxPathsOnLayer(self._current_layer_num)
|
||||||
|
|
||||||
def isBusy(self):
|
def isBusy(self):
|
||||||
return self._busy
|
return self._busy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue