ChrisTerBeke
e6d30516aa
Fix status interval check for cloud devices
2019-08-14 14:21:16 +02:00
ChrisTerBeke
998f58d3fa
Tweak offline check interval for cloud device
2019-08-13 15:19:30 +02:00
ChrisTerBeke
27905a02a9
Fix re-connecting after network comes back
2019-08-12 21:47:15 +02:00
ChrisTerBeke
a063c33d4c
Fix target URL for cloud links in monitor page
2019-08-08 22:47:07 +02:00
ChrisTerBeke
e0d34915e8
Use relative imports in plugin
2019-08-05 19:43:30 +02:00
ChrisTerBeke
f9c543dac8
Remove unused imports
2019-08-05 19:38:46 +02:00
ChrisTerBeke
a1b986fd3a
Some fixes and cleanup for the network plugin
2019-08-05 19:37:35 +02:00
ChrisTerBeke
bd4c4b1f1d
2nd round of CI codestyle fixes
2019-08-02 15:37:11 +02:00
ChrisTerBeke
0ba8bf13e1
Fix copyright year to 2019
2019-08-02 15:09:37 +02:00
ChrisTerBeke
7147c788ef
Fix a bug that would pair a local and cloud printer when they were not the same
2019-07-31 12:27:33 +02:00
ChrisTerBeke
c0933ddb2d
Simplify return
2019-07-30 17:00:30 +02:00
ChrisTerBeke
7398f08b27
Fix job name
2019-07-30 15:30:34 +02:00
ChrisTerBeke
1ec2ac4118
some cleanup
2019-07-30 15:20:59 +02:00
ChrisTerBeke
bfca117bff
Fixes
2019-07-30 13:09:29 +02:00
ChrisTerBeke
b90e5b3262
re-implement requestWrite
2019-07-29 23:12:55 +02:00
ChrisTerBeke
fa5b083b74
Small code improvements
2019-07-29 21:58:29 +02:00
ChrisTerBeke
8360b5b448
Simply manual device checking
2019-07-29 19:48:57 +02:00
ChrisTerBeke
4b212d6c05
Merge more stuff, re-use models for local networking as well
2019-07-29 14:53:50 +02:00
ChrisTerBeke
4268c011a7
Start inheriting both output devices from a base device
2019-07-26 17:05:39 +02:00
ChrisTerBeke
3c1b377308
Restructure codebase - part 1
2019-07-26 15:07:52 +02:00
Lipu Fei
4b8a216771
Fix typing
2019-07-22 09:34:00 +02:00
ChrisTerBeke
6210135b92
Send the correct action name when using local network
2019-07-12 08:14:28 +02:00
ChrisTerBeke
99e2939801
Add defense for when active printer is None
2019-07-10 12:55:12 +02:00
ChrisTerBeke
f1df7b93c4
Fix printer and print job ordering, add back 'move to top'
2019-07-10 12:42:01 +02:00
ChrisTerBeke
93351ec9b9
Show context menu on printers with firmware 5.3 or later
2019-06-20 12:36:15 +02:00
ChrisTerBeke
eb8d353e11
Add basic support for print job actions via Cloud output device
2019-06-19 13:58:11 +02:00
ChrisTerBeke
b1920b05e9
Remove hacky code that is now not needed anymore
2019-05-14 21:13:29 +02:00
ChrisTerBeke
70c679859a
Use default value for printer type, allow printer_type field from cloud
2019-05-14 20:56:28 +02:00
ChrisTerBeke
76d0b5f198
Ensure printers length is larger than 0 before accessing index
2019-04-18 14:26:38 +02:00
ChrisTerBeke
0028ec6746
Ensure all property values are of type bytes
2019-04-18 14:22:05 +02:00
ChrisTerBeke
5bb56e06a4
Merge branch 'master' into cloud-cluster-discovery-mvp
2019-04-18 13:55:56 +02:00
ChrisTerBeke
3cbd8a94a9
Add minimal support for discovering cloud printers outside of LAN
2019-04-18 00:19:12 +02:00
Ghostkeeper
cd89f7345a
Merge branch 'WIP_gitlab_ci'
2019-04-17 16:30:32 +02:00
Ghostkeeper
ae9395aebb
Merge branch 'master' into WIP_onboarding
2019-04-03 11:53:40 +02:00
Lipu Fei
dd19d7d1a9
Fix typing
2019-04-03 08:25:17 +00:00
Simon Edwards
8700cbe4e8
Mypy fix
...
CL-1266
2019-04-01 15:22:38 +02:00
Ian Paschal
49cb3de562
Merge remote-tracking branch 'origin/master' into CL-1266_cloud_association_for_manual_ips
2019-03-27 16:53:31 +01: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
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
Ian Paschal
63bf95cc9e
More robust check for network key
...
Contributes to CL-1266
2019-03-04 16:26:20 +01:00
Ian Paschal
35a9a0a058
Check for IP addresses used as network keys
...
Contributes to CL-1266
2019-03-04 15:52:00 +01:00
Ian Paschal
88fc7d0fba
Don't try to get the plugin path when there's no plugin registry
...
i.e. in tests
Contributes to CL-1274
2019-03-04 14:27:35 +01:00
Ian Paschal
a74717ca3c
Get plugin path like most other plugins do
...
Contributes to CL-1274
2019-03-04 12:42:48 +01:00
Ian Paschal
3889570697
K.I.S.S.
...
Contributes to CL-1274
2019-03-04 12:04:34 +01:00
Ian Paschal
c8580cf417
Prevent circular dependencies
...
Contributes to CL-1274
2019-03-04 11:27:52 +01:00
Ian Paschal
a1e0ddd9df
Don't hardcode plugin directory
...
Contributes to CL-1274
2019-03-04 10:19:33 +01:00
Ian
cac8c85489
Don't use __file__
...
Contributes to CL-1274
2019-03-01 10:46:41 +01:00
Ian
cf9a1c0248
Sort UM imports alphabetically for easy scanning
...
Contributes to CL-1274
2019-03-01 10:46:27 +01:00
ChrisTerBeke
11cf409d71
Fix codestyle
2019-02-15 17:07:45 +01:00