Solved (with an ugly fix) that after loading some projects, 'Slicing...' appears without doing anything. CURA-1263

This commit is contained in:
Jack Ha 2016-12-14 16:52:49 +01:00
parent a6194aa2cf
commit a9a9390aa6
5 changed files with 13 additions and 1 deletions

View file

@ -149,6 +149,7 @@ class CuraEngineBackend(Backend):
## Perform a slice of the scene.
def slice(self):
Logger.log("d", "Starting slice job...")
self._slice_start_time = time()
if not self._enabled or not self._global_container_stack: # We shouldn't be slicing.
# try again in a short time