Jaime van Kessel
ded3873249
Fix abstract machines being displayed twice
2022-08-31 15:12:25 +02:00
Remco Burema
a713b1e9e9
Merge pull request #13165 from Ultimaker/CURA-8463_cloud_configuration
...
Show all configurations in "abstract" printer from cloud
2022-08-31 14:50:13 +02:00
Remco Burema
afeec473f6
Small fixes (mostly QML warnings and the like).
...
done as part of CURA-9422
2022-08-31 14:15:05 +02:00
Remco Burema
4ea437ba28
Make send to DF in monitor for abstract printer work (again-ish).
...
Already moslty implemented, but a new approach of the base feature (abstract cloud printers) made a more? elegant and functioning implementation possible.
(re)implements CURA-9422
2022-08-31 14:13:47 +02:00
Jaime van Kessel
5daf45e750
Merge pull request #13172 from digitalfrost/310822
...
MachineAction.py: Use error method with Logger
2022-08-31 14:11:31 +02:00
joeydelarago
ab722eb93c
Default printers should be collapsed
...
CURA-9514
2022-08-31 13:19:12 +02:00
digitalfrost
9084c31ce7
MachineAction.py: Use error method with Logger
...
Use f-string and error method with Logger instead of "Old Style" string
formatting.
2022-08-31 12:11:20 +02:00
Paul Kuiper
bd526dfe33
Autogenerated intent profiles for the S_line printers. Settings are now also automatically ordered (= easier diffing in the future).
...
Relates to: PP-202
2022-08-31 11:48:14 +02:00
Casper Lamboo
0ccca3fde5
Merge pull request #13168 from Ultimaker/CURA-9514
...
Add button to hide/show connected printers
2022-08-31 11:17:37 +02:00
Casper Lamboo
dccffdeca3
Update cura/Machines/Models/MachineListModel.py
2022-08-31 11:08:37 +02:00
joeydelarago
19835844bf
Change listType -> componentType. Makes it a bit more clear that this variable decides which component should be used for the model.
...
CURA-9514
2022-08-31 10:50:20 +02:00
joeydelarago
f94bbb9ebc
Merge branch 'main' into CURA-9514
2022-08-31 10:44:30 +02:00
Jaime van Kessel
aa34ee84ec
Merge pull request #13103 from Ultimaker/PP-216_Move_top_surface_settings_out_of_experimental
...
Moved top layer (roofing) settings out of experimental: “Top surface …
2022-08-31 10:41:18 +02:00
Jaime van Kessel
4c55befad7
Merge branch 'main' of github.com:Ultimaker/Cura into CURA-8463_cloud_configuration
2022-08-31 10:39:05 +02:00
Rijk van Manen
c3dd70f7c7
fix incorrect spacing
2022-08-31 10:37:41 +02:00
Jaime van Kessel
b9e8bca012
Remove commented out properties
...
CURA-8463
2022-08-31 10:33:46 +02:00
Jaime van Kessel
5ff07b00d0
Fix case where both a "normal" and an "abstract" ouput device could be active
...
CURA-8463
2022-08-31 10:27:52 +02:00
joeydelarago
b999a88b26
Update function name to match code style
...
CURA-9514
2022-08-31 10:26:57 +02:00
joeydelarago
2ff0aed171
Remove height binding loop.
...
CURA-9514
2022-08-31 10:26:23 +02:00
joeydelarago
9f204f2e43
Update isAbstractMachine to match Role name format.
...
CURA-9514
2022-08-31 10:20:50 +02:00
joeydelarago
760e53c401
Fix indentation
...
Remove debug statement
CURA-9514
2022-08-31 10:19:02 +02:00
Jaime van Kessel
dd5981d85e
Only remove abstract output device if it's actually added
...
CURA-8463
2022-08-31 10:09:47 +02:00
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.
...
Also add some dummy variables inside cloud printer expand and contract buttons.
CURA-9514
2022-08-31 10:05:41 +02:00
Jaime van Kessel
d20a83d9aa
Merge pull request #13163 from Ultimaker/PP-172-dont-avoid-supports
...
disable travel_avoid_supports
2022-08-31 09:46:09 +02:00
c.lamboo
aa1c09591f
Typo
...
CURA-9514
2022-08-31 08:15:13 +02:00
c.lamboo
60b12b9247
Use list model to display show hide buttons
...
CURA-9514
2022-08-31 07:58:05 +02:00
c.lamboo
ac732e9604
Add button to hide/show connected printers
...
CURA-9514
2022-08-30 23:15:54 +02:00
Remco Burema
401170d8dd
Merge pull request #11744 from Ultimaker/sprialize_removes_holes
...
automatically remove all holes when spiralizing
2022-08-30 17:15:18 +02:00
Remco Burema
e69b855b2b
Merge pull request #13127 from Ultimaker/CURA-9221_show_message_cloud_approval
...
[CURA-9221] Show message cloud approval
2022-08-30 16:53:47 +02:00
Remco Burema
7ab16e078c
Speared spurious space.
...
done as part of CURA-9221
2022-08-30 16:45:34 +02:00
Jaime van Kessel
feadbf04da
Fix status request for Ultimaker 2+ Connect
...
CURA-8463
2022-08-30 16:42:15 +02:00
Jaime van Kessel
e2ba110cf7
Ensure that all material configs are added to the list
...
CURA-8463
2022-08-30 16:33:29 +02:00
Jaime van Kessel
6fed6b824c
Added stub for AbstractCloudOutputDevice
...
It doesn't actually allow you to send a print, but it does ask some info from the API
CURA-8463
2022-08-30 15:53:47 +02:00
Rijk van Manen
246fcae0f8
disable travel_avoid_supports
...
While CURA-9337 is not implemented this a mitigation to avoid unnecessary combing. PP-172
2022-08-30 15:52:18 +02:00
c.lamboo
c7f8fe8feb
Don't add is_online
to .3mf
files
...
from eccb
2022-08-30 13:38:19 +02:00
Jaime van Kessel
38e4ca1e0f
Updated documentation link
...
CURA-8463
2022-08-30 13:30:42 +02:00
Jaime van Kessel
65a0a2f67b
Update formatting of CloudAPIClient
...
CURA-8463
2022-08-30 13:23:01 +02:00
Jaime van Kessel
143f796ba6
Use get instead of direct []
...
The next line (checking if the result is None) doesn't make sense otherwise
CURA-8463
2022-08-30 13:13:32 +02:00
Jaime van Kessel
587d71bb57
Fix typo
...
CURA-8463
2022-08-30 13:11:42 +02:00
Jaime van Kessel
6d947963a4
Remove stray whitespace
...
CURA-8463
2022-08-30 13:11:17 +02:00
c.lamboo
cf99114de8
Only display message for abstract printers
...
CURA-9422
2022-08-30 13:10:03 +02:00
Jaime van Kessel
b689a84bcb
Add explicit typing
2022-08-30 13:09:53 +02:00
Jaime van Kessel
718d3790e2
Clean up iterating over cluster list
...
CURA-8463
2022-08-30 13:07:19 +02:00
Jaime van Kessel
7eabbd7b5c
Convert _updateOnlinePrinters to static
...
CURA-8463
2022-08-30 11:52:13 +02:00
Jaime van Kessel
f4c4b52d9b
Update typing to reflect new message that is being used
...
CURA-8463
2022-08-30 11:49:09 +02:00
Jaime van Kessel
ce3ab62c91
Move RemovedprintersMessage to it's own class
...
The OutputDeviceManager is just too bloated to properly make sense of.
So I'm trying to move as much code out of it so I can start to make sense of it
CURA-8463
2022-08-30 11:45:30 +02:00
Jaime van Kessel
45e7d15c80
Add documentation for _onDiscoveredDeviceRemoved
2022-08-30 11:36:47 +02:00
Jaime van Kessel
7f9984cd16
Also move remainder of NewPrinterDetected logic to it's own class
...
This should make the CloudOutputDeviceManager a bit more readable
CURA-8463
2022-08-30 11:33:20 +02:00
Jaime van Kessel
a429a93e94
Move new printers detected message to it's own class
...
CURA-8463
2022-08-30 11:26:09 +02:00
Jaime van Kessel
8e9056df71
Rename function to better reflect what it does
...
CURA-8463
2022-08-30 11:11:00 +02:00