mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:38:59 +08:00
Fixed caused by cleanup
This commit is contained in:
parent
ee52f96f29
commit
2bde36790e
@ -8,7 +8,7 @@ class LayerView(View):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._material = None
|
||||
self._num_layers =
|
||||
self._num_layers = 0
|
||||
self._layer_percentage = 0 # what percentage of layers need to be shown (SLider gives value between 0 - 100)
|
||||
|
||||
def beginRendering(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user