mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Reset stored layer data as soon as a new slice operation starts
This prevents layer view showing a combination of stale and fresh data Fixes CURA-1370 (and CURA-1519)
This commit is contained in:
parent
f8c8de86bc
commit
740f3775fa
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class CuraEngineBackend(Backend):
|
||||||
|
|
||||||
## Perform a slice of the scene.
|
## Perform a slice of the scene.
|
||||||
def slice(self):
|
def slice(self):
|
||||||
|
self._stored_layer_data = []
|
||||||
|
|
||||||
if not self._enabled:
|
if not self._enabled:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue