saumya.jain
|
f9981d3df1
Clicking Show all connected printers shows all cloud printers offline and online
|
1 год назад |
jspijker
|
fe4679e4e8
Check before removing
|
1 год назад |
Joey de l'Arago
|
dd0411f171
isOnline was incorrectly being used instead of isNetworked. This caused offline printers not to show an Icon.
|
2 лет назад |
Joey de l'Arago
|
57e1c7a4ce
Commit suggestion by Jelle
|
2 лет назад |
Joey de l'Arago
|
62274c4dac
Revert Some of "Fix show/hide button in WorkSpaceDialog printer selector"
|
2 лет назад |
Joey de l'Arago
|
bbadc9c887
Apply suggestions from code review
|
2 лет назад |
c.lamboo
|
0c79ec738e
Fix show/hide button in WorkSpaceDialog printer selector
|
2 лет назад |
c.lamboo
|
06a2886139
Clean up section property logic
|
2 лет назад |
Joey de l'Arago
|
1ebf5bb650
Update MachineListModel to optionally take a list of global stack to show in list instead of searching the container registry.
|
2 лет назад |
Remco Burema
|
ce6f7c20ca
Abstract printer types: Sort newer ones on top.
|
2 лет назад |
c.lamboo
|
9bacbb5825
Sort cloud printers in printer selection dropdown menu
|
2 лет назад |
c.lamboo
|
2079bd5a6e
Sort "other printers" list
|
2 лет назад |
Remco Burema
|
5866560540
Merge remote-tracking branch 'origin/main' into CURA-9278_choose_printer_dialog
|
2 лет назад |
c.lamboo
|
148263a068
Move `hasNetworkedConnection` to `GlobalStack`
|
2 лет назад |
Casper Lamboo
|
6253fb2fdc
Add typing to function argument
|
2 лет назад |
c.lamboo
|
48b8585ce6
Make sure online printers are always shown in the correct tab
|
2 лет назад |
Remco Burema
|
a56a21cf93
W.I.P.: Press print on abstract cloud printer. User should see dialog.
|
2 лет назад |
c.lamboo
|
6d0acbe095
Always show correct number of connected machines
|
2 лет назад |
Jaime van Kessel
|
ded3873249
Fix abstract machines being displayed twice
|
2 лет назад |
Remco Burema
|
a713b1e9e9
Merge pull request #13165 from Ultimaker/CURA-8463_cloud_configuration
|
2 лет назад |
joeydelarago
|
ab722eb93c
Default printers should be collapsed
|
2 лет назад |
Casper Lamboo
|
dccffdeca3
Update cura/Machines/Models/MachineListModel.py
|
2 лет назад |
joeydelarago
|
19835844bf
Change listType -> componentType. Makes it a bit more clear that this variable decides which component should be used for the model.
|
2 лет назад |
Jaime van Kessel
|
4c55befad7
Merge branch 'main' of github.com:Ultimaker/Cura into CURA-8463_cloud_configuration
|
2 лет назад |
joeydelarago
|
b999a88b26
Update function name to match code style
|
2 лет назад |
joeydelarago
|
9f204f2e43
Update isAbstractMachine to match Role name format.
|
2 лет назад |
joeydelarago
|
760e53c401
Fix indentation
|
2 лет назад |
joeydelarago
|
daab1aae71
QML was attempting to fetch variables that were emtpy. Using self.clear() properly removed unused items when the list is resized to be smaller.
|
2 лет назад |
c.lamboo
|
aa1c09591f
Typo
|
2 лет назад |
c.lamboo
|
60b12b9247
Use list model to display show hide buttons
|
2 лет назад |
c.lamboo
|
ac732e9604
Add button to hide/show connected printers
|
2 лет назад |
joeydelarago
|
f3b9040561
Add sanity check for printers that are online. They must have an online connection type. This can pop up when adding a printer from a 3mf since we do not store the connection_type but we do store is_online=True.
|
2 лет назад |
Jaime van Kessel
|
506f2b9820
Remove code duplication in createAbstractMachine
|
2 лет назад |
c.lamboo
|
ff7c9eddde
Add documentation
|
2 лет назад |
c.lamboo
|
f000b75661
Move `getMachinesWithDefinition` to `MachinesManager`
|
2 лет назад |
c.lamboo
|
8b84db7059
Remove AbstractMachine
|
2 лет назад |
joeydelarago
|
04580b8fdc
Simplify logic by having abstract printers always be online.
|
2 лет назад |
joeydelarago
|
1e898ff930
Remove redundant comment
|
2 лет назад |
joeydelarago
|
91b8c97dae
Subtract online printers from list of all printers instead of searching for offline printers.
|
2 лет назад |
joeydelarago
|
035fb27ab0
Code style
|
2 лет назад |
joeydelarago
|
93e2bef303
Group printers by section (Connected Printers/Other Printers)
|
2 лет назад |
joeydelarago
|
b18080c332
Rename AbstractStacksModel.py -> MachineListModel.py since this model includes both abstract machine stacks and regular machines
|
2 лет назад |