Remco Burema
b4405d886b
Reverse sorting, newer machines on top.
...
Same brand or name, but with a higher number should generally be first, so reverse sorting.
CURA-9769
2022-10-20 10:24:01 +02:00
Jaime van Kessel
0516b27f2b
Clean up formatting of documentation
...
Boyscouting!
CURA-8463
2022-08-26 13:35:13 +02:00
Ghostkeeper
ec5bb444c0
Don't change metadata if there is no global stack
...
We'll miss that status update then, but the next time Cura starts it'll update the printer status anyway.
Found during testing of CURA-8591.
2022-01-05 17:15:38 +01:00
Remco Burema
abe7c1bf7f
Search/replace Qt5->Qt6.
...
part of upgrading Qt to v6.2: CURA-8591
2021-12-28 14:46:02 +01:00
Ghostkeeper
0bf4a3d944
Store online status of printer in the printer's metadata
...
It's a little bit weird with the hidden global stack system when there's a cluster of various types of printers. But it should behave the same way.
Contributes to issue CURA-8609.
2021-10-08 13:49:20 +02:00
Nino van Hooff
89f0970a88
Remove trailing whitespace from Python files
2020-05-29 14:30:33 +02:00
Nino van Hooff
c2c96faf5f
Convert remaining doxygen to rst
2020-05-28 17:13:44 +02:00
Jaime van Kessel
e74f049142
Fix bunch of issues found by pylint
2020-01-10 16:37:46 +01:00
Jaime van Kessel
3491900bf1
Fix grammar in a comment
2019-10-25 11:06:01 +02:00
Ghostkeeper
969b74e1f6
Prevent crash when sync list somehow contains None
...
I couldn't figure out how it could ever contain None, but we received logs from a user that indicate a crash here because that set contains None and that is not orderable. This is a hotfix to fail more gracefully instead of crashing the entire application.
2019-10-24 11:56:08 +02:00
Lipu Fei
43ee68bdc7
Remove deprecated PrinterOutputDevice.setAcceptsCommands
...
CURA-6858
2019-10-22 14:11:36 +02:00
Jaime van Kessel
8c98773f55
Fix issues with sorting if no printer type is set
2019-08-27 14:18:07 +02:00
ChrisTerBeke
36f6dba2fc
Fix not displaying configuration with both extruders empty
2019-08-23 16:23:51 +02:00
Jaime van Kessel
5cb485d4d3
Only emit uniqueConfigurationsChanged signal if the set changed
...
CURA-6732
2019-08-22 15:07:57 +02:00
Jaime van Kessel
d1720db5ad
Ensure that the available configurations are also used in the uniqueConfigurations
...
CURA-6372
2019-08-22 14:07:44 +02:00
Lipu Fei
4b8a216771
Fix typing
2019-07-22 09:34:00 +02:00
Lipu Fei
4a171eebf6
Move models around again
...
- Move machine related models to cura.Machines.Models
- Move printer device related models to cura.PrinterOutput.Models
- Other UI/GUI related modules in cura.UI
2019-03-26 08:29:22 +01:00
Lipu Fei
81fbc525e4
Rename ConfigurationModel to PrinterConfigurationModel
2019-03-20 09:52:35 +01:00
Lipu Fei
e555f7da68
Move ConfigurationModel into cura.UI module
2019-03-20 09:51:06 +01:00
Lipu Fei
6a8db55112
Move PrinterOutputModel into cura.UI module
2019-03-20 09:43:10 +01:00
Lipu Fei
2b39d6422c
Move PrinterOutputDevice into cura.PrinterOutput module
2019-03-20 09:43:09 +01:00