mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removed "fix" that caused project files to create new instances if there was no conflict.
The overriding doesn't make any sense. The original commit mentions that it should fix something, but it doesn't acutally fix it. It seems the original issue was fixed in the proper place, leaving this code to mess everything up. CURA-3756
This commit is contained in:
parent
7f1dfcf433
commit
99b236c8d4
1 changed files with 0 additions and 3 deletions
|
@ -305,9 +305,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
# In this case, you can either create a new one, or safely override the existing one.
|
||||
#
|
||||
# Default values
|
||||
for k, v in self._resolve_strategies.items():
|
||||
if v is None:
|
||||
self._resolve_strategies[k] = "new"
|
||||
|
||||
return WorkspaceReader.PreReadResult.accepted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue