mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Merge pull request #13165 from Ultimaker/CURA-8463_cloud_configuration
Show all configurations in "abstract" printer from cloud
This commit is contained in:
commit
a713b1e9e9
16 changed files with 400 additions and 193 deletions
|
@ -99,7 +99,8 @@ class MachineListModel(ListModel):
|
|||
if self._show_cloud_printers:
|
||||
self.addItem(stack)
|
||||
# Remove this machine from the other stack list
|
||||
other_machine_stacks.remove(stack)
|
||||
if stack in other_machine_stacks:
|
||||
other_machine_stacks.remove(stack)
|
||||
|
||||
if len(abstract_machine_stacks) > 0:
|
||||
if self._show_cloud_printers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue