Added PauseBackendPlugin, added to changelog. CURA-3361

This commit is contained in:
Jack Ha 2017-02-09 17:19:59 +01:00
parent c2bf88751e
commit 3d1e5a84fc
10 changed files with 888 additions and 1 deletions

View file

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