mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixed caused by cleanup
This commit is contained in:
parent
ee52f96f29
commit
2bde36790e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue