mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:36:02 +08:00
Also trigger an update of the top layers when recalculating the layer count
Contributes to CURA-938
This commit is contained in:
parent
f37b422ccb
commit
220146b0a9
@ -159,6 +159,8 @@ class LayerView(View):
|
|||||||
self.setLayer(int(self._max_layers))
|
self.setLayer(int(self._max_layers))
|
||||||
self.maxLayersChanged.emit()
|
self.maxLayersChanged.emit()
|
||||||
|
|
||||||
|
self._top_layer_timer.start()
|
||||||
|
|
||||||
maxLayersChanged = Signal()
|
maxLayersChanged = Signal()
|
||||||
currentLayerNumChanged = Signal()
|
currentLayerNumChanged = Signal()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user