mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Fix crash
CURA-11561
This commit is contained in:
parent
9afe5b46db
commit
2ae9908334
@ -699,7 +699,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||||||
if self._dialog.getResult() == {}:
|
if self._dialog.getResult() == {}:
|
||||||
return WorkspaceReader.PreReadResult.cancelled
|
return WorkspaceReader.PreReadResult.cancelled
|
||||||
|
|
||||||
self._load_profile = not is_pcb or self._dialog.selectSameProfileChecked
|
self._load_profile = not is_pcb or (self._dialog.selectSameProfileChecked and self._dialog.isCompatibleMachine)
|
||||||
|
|
||||||
self._resolve_strategies = self._dialog.getResult()
|
self._resolve_strategies = self._dialog.getResult()
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user