mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
No longer use sceneLock for startSliceJob
This commit is contained in:
parent
fa3a985404
commit
ab6effb712
1 changed files with 123 additions and 124 deletions
|
@ -171,7 +171,6 @@ class StartSliceJob(Job):
|
|||
self.setResult(StartJobResult.ObjectSettingError)
|
||||
return
|
||||
|
||||
with self._scene.getSceneLock():
|
||||
# Remove old layer data.
|
||||
for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
if node.callDecoration("getLayerData") and node.callDecoration("getBuildPlateNumber") == self._build_plate_number:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue