Lipu Fei
afc5c1fbbd
Do not run firmware update check jobs in parallel
...
CURA-5418
To avoid showing multiple update messages.
2018-06-07 13:45:10 +02:00
Diego Prado Gesto
43657010ba
CURA-5164 The Preferences is not a singleton class anymore since in some point
...
several instances need to be created.
- In the ThreeMFWorkspaceReader we need to create some temporal
instances of Preferences that makes it not singleton anymore.
- The current preferences are kept in the Application class and so all
the calls to the preferences are changed to get the preferences from
Application.
- The method getInstance in Preferences is kept as deprecated since some
external plugins.
2018-05-11 08:50:42 +02:00
Mark
64ea2399a1
Add tags to urls
2018-02-14 15:15:02 +01:00
ChrisTerBeke
a76c84ca30
Finally remove annoying firmware check log line for non-UM3 printers
2018-01-19 10:42:04 +01:00
Lipu Fei
2be529668e
Fix download for firmware upgrade notification
...
Same issue as the download for Cura version upgrade in CURA-4464.
2017-11-07 13:04:18 +01:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
Lipu Fei
9567a6921d
Fix code style
...
CURA-4224
2017-09-14 08:29:46 +02:00
Lipu Fei
be57ccb127
Minor fixes
...
CURA-4224
- Fix code style
- Fix typos
2017-09-13 17:44:53 +02:00
Diego Prado Gesto
aa2c7c2ff6
Checking first if the user has enabled the 'check for updates' preference - CURA-4224
2017-09-13 10:22:07 +02:00
Diego Prado Gesto
80992dd44c
The checker now runs also when the user adds a new printer - CURA-4224
2017-09-12 17:22:17 +02:00
Diego Prado Gesto
b17ff081d6
Added the FirmwareUpdateChecker to Cura - CURA-4224
2017-09-11 09:35:27 +02:00