mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:15:55 +08:00
Show online badge and printer icon when initially loading machine selector
CURA-9424
This commit is contained in:
parent
cd07647b24
commit
28862c89e5
@ -600,6 +600,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||||||
self._dialog.setActiveMode(active_mode)
|
self._dialog.setActiveMode(active_mode)
|
||||||
self._dialog.setUpdatableMachines(updatable_machines)
|
self._dialog.setUpdatableMachines(updatable_machines)
|
||||||
self._dialog.setMachineName(machine_name)
|
self._dialog.setMachineName(machine_name)
|
||||||
|
self._dialog.setIsNetworkedMachine(existing_global_stack.hasNetworkedConnection())
|
||||||
self._dialog.setMachineToOverride(global_stack_id)
|
self._dialog.setMachineToOverride(global_stack_id)
|
||||||
self._dialog.setMaterialLabels(material_labels)
|
self._dialog.setMaterialLabels(material_labels)
|
||||||
self._dialog.setMachineType(machine_type)
|
self._dialog.setMachineType(machine_type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user