mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added PauseBackendPlugin, added to changelog. CURA-3361
This commit is contained in:
parent
c2bf88751e
commit
3d1e5a84fc
10 changed files with 888 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue