mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 20:32:00 +08:00
removed debug prints
CURA-1263
This commit is contained in:
parent
bbf5c73dae
commit
fcd4fb86f5
@ -88,17 +88,14 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||||||
self._dialog.waitForClose()
|
self._dialog.waitForClose()
|
||||||
if self._dialog.getResult() == {}:
|
if self._dialog.getResult() == {}:
|
||||||
return WorkspaceReader.PreReadResult.cancelled
|
return WorkspaceReader.PreReadResult.cancelled
|
||||||
|
|
||||||
result = self._dialog.getResult()
|
result = self._dialog.getResult()
|
||||||
# If there is no conflict, ignore the data.
|
# If there is no conflict, ignore the data.
|
||||||
print("beep", result)
|
|
||||||
if not machine_conflict:
|
if not machine_conflict:
|
||||||
result["machine"] = None
|
result["machine"] = None
|
||||||
if not quality_changes_conflict:
|
if not quality_changes_conflict:
|
||||||
result["quality_changes"] = None
|
result["quality_changes"] = None
|
||||||
|
|
||||||
|
|
||||||
self._resolve_strategies = result
|
self._resolve_strategies = result
|
||||||
print("STRATEGY WAS", self._resolve_strategies)
|
|
||||||
|
|
||||||
return WorkspaceReader.PreReadResult.accepted
|
return WorkspaceReader.PreReadResult.accepted
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user