removing select same profile checkbox

CURA-11403
This commit is contained in:
Saumya Jain 2024-03-01 15:43:37 +01:00
parent f67d2ed5fe
commit b1b9660651
4 changed files with 1 additions and 24 deletions

View file

@ -702,7 +702,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
self._dialog.setIsAbstractMachine(is_abstract_machine)
self._dialog.setMachineName(machine_name)
self._dialog.updateCompatibleMachine()
self._dialog.setSelectSameProfileChecked(self._dialog.isCompatibleMachine)
# Block until the dialog is closed.
self._dialog.waitForClose()