mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove unneeded thread lock
CURA-11403
This commit is contained in:
parent
f61991e261
commit
a463e51788
1 changed files with 0 additions and 2 deletions
|
@ -25,11 +25,9 @@ USER_SETTINGS_PATH = "Cura/user-settings.json"
|
|||
class ThreeMFWorkspaceWriter(WorkspaceWriter):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._main_thread_lock = Lock()
|
||||
self._ucp_model = None
|
||||
self._is_ucp = False
|
||||
|
||||
|
||||
def setExportModel(self, model):
|
||||
if self._ucp_model != model:
|
||||
self._ucp_model = model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue