mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +08:00
After changing the settings refresh simulation max path number
CURA-4632
This commit is contained in:
parent
6db06ea713
commit
6e171be0b9
@ -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…
x
Reference in New Issue
Block a user