Commit History

Author SHA1 Message Date
  Jaime van Kessel 45e7d15c80 Add documentation for _onDiscoveredDeviceRemoved 2 years ago
  Jaime van Kessel 7f9984cd16 Also move remainder of NewPrinterDetected logic to it's own class 2 years ago
  Jaime van Kessel a429a93e94 Move new printers detected message to it's own class 2 years ago
  Jaime van Kessel 8e9056df71 Rename function to better reflect what it does 2 years ago
  Jaime van Kessel d35441603b Rename variables so it's easier to understand what is what 2 years ago
  Jaime van Kessel 30bc0d04bf Add more typing & documentation 2 years ago
  Jaime van Kessel 21b8f083f2 Ensure that UI actually updates when adding remote printers 2 years ago
  Jaime van Kessel 24f85bae06 Use new style string formating 2 years ago
  Jaime van Kessel ed33596357 Rename device to global_stack 2 years ago
  Jaime van Kessel f8ebf98df3 Update typing hints to new style 2 years ago
  Jaime van Kessel 7eb1622981 Merge pull request #13153 from Ultimaker/PP-192_clean_up_standby_temperatures 2 years ago
  Jaime van Kessel 4ac8229c33 Clean up codestyle violations 2 years ago
  Rijk van Manen 6d489659f2 Clean up of standby temperatures 2 years ago
  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 years ago
  c.lamboo 426a5c3cc5 Add correct image in monitor page 2 years ago
  Joey de l'Arago 6de9079a2c Merge pull request #13131 from Ultimaker/CURA-9422_monitor_for_abstract_type 2 years ago
  c.lamboo 6f4796f34f Remove commented out code 2 years ago
  c.lamboo ad7c18d75e Increase margins 2 years ago
  Remco Burema 55c312e9bb Some minor GUI tweaks. 2 years ago
  Remco Burema 4f75251000 Prettify monitor page for abstract cloud printers. 2 years ago
  Jaime van Kessel 506f2b9820 Remove code duplication in createAbstractMachine 2 years ago
  Jaime van Kessel 46532828a4 Add logging for when setting the active machine failed 2 years ago
  Jaime van Kessel 0516b27f2b Clean up formatting of documentation 2 years ago
  Jaime van Kessel d842013a76 Simplify onCompleted call in qml 2 years ago
  Jaime van Kessel 36d3a92fc0 Fix gramar mistake in documentation 2 years ago
  Remco Burema 95f234679c Placeholder; the selected printer to monitor is abstract, but cloud-capable. 2 years ago
  Casper Lamboo fe7960ee73 Merge pull request #13128 from Ultimaker/CURA-9277_CURA-9514_remove_AbstractMachine 2 years ago
  c.lamboo ff7c9eddde Add documentation 2 years ago
  c.lamboo f000b75661 Move `getMachinesWithDefinition` to `MachinesManager` 2 years ago
  joeydelarago 9c599870e3 Move message triggering into CloudOutputDevice so that the campaign link can include the cluster_id. 2 years ago
  c.lamboo 8b84db7059 Remove AbstractMachine 2 years ago
  Joey de l'Arago 119fb32681 Update plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py 2 years ago
  joeydelarago 0993dc99f9 Remove unused import 2 years ago
  joeydelarago a6f459b0f6 Update links 2 years ago
  joeydelarago a58690c774 change _parseModels -> _parseResponse since it now parses responses with no models included. 2 years ago
  joeydelarago 30692bb4b8 Add link out to learn more 2 years ago
  Jelle Spijker d843921c7a Merge pull request #13106 from digitalfrost/240822 2 years ago
  digitalfrost bb0870008e CuraSceneController.py : Fix problem with log message and use f-string 2 years ago
  joeydelarago 1a023f7285 Swap text and title for message. 2 years ago
  Jaime van Kessel 22baf8f34e Merge branch 'main' of github.com:Ultimaker/Cura 2 years ago
  Jaime van Kessel 03c88c18e6 Bump up the maximum_extrusion_area_deviation 2 years ago
  Remco Burema 0063867b4b Fix github workflow for packages on 'modern linux'. 2 years ago
  Remco Burema 72e67de978 Fix github workflow for packages on 'modern linux'. 2 years ago
  joeydelarago 9b20a1b37f Merge branch 'main' into CURA-9221_show_message_cloud_approval 2 years ago
  Casper Lamboo 197683c6c6 Merge pull request #13102 from Ultimaker/CURA-9514_collapsable_printers_list 2 years ago
  Joey de l'Arago 2ffd5b47bb Update README.md 2 years ago
  joeydelarago d6effa9716 Update README.md, use dark mode or light mode image depending on github theme. 2 years ago
  joeydelarago 04580b8fdc Simplify logic by having abstract printers always be online. 2 years ago
  Joey de l'Arago 2013ad6baf Update resources/qml/PrinterSelector/MachineListButton.qml 2 years ago
  joeydelarago abb6d20beb Remove enum, python has no build in support for getting enum from string value. This will be in Python 3.11 though. 2 years ago