Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06Fix 3mf workspace reader crashing on certain invalid filesJaime van Kessel
2022-09-06Fix typoJaime van Kessel
2022-09-05Merge pull request #12981 from digitalfrost/080822bJaime van Kessel
2022-09-05Merge pull request #13022 from digitalfrost/130822Jaime van Kessel
2022-09-02Throttle how often the local cluster updatesJaime van Kessel
2022-09-01UX: The color needs to be the same.Remco Burema
2022-09-01Fix crash with removedPrinterMessageJaime van Kessel
2022-08-31Always check if an abstract machine needs to be addedCURA-9289_Automatically_add_abstract_machinesJaime van Kessel
2022-08-31Small fixes (mostly QML warnings and the like).Remco Burema
2022-08-31Make send to DF in monitor for abstract printer work (again-ish).Remco Burema
2022-08-31Merge branch 'main' of github.com:Ultimaker/Cura into CURA-8463_cloud_configu...Jaime van Kessel
2022-08-31Remove commented out propertiesJaime van Kessel
2022-08-31Fix case where both a "normal" and an "abstract" ouput device could be activeJaime van Kessel
2022-08-31Only remove abstract output device if it's actually addedJaime van Kessel
2022-08-30Merge pull request #13127 from Ultimaker/CURA-9221_show_message_cloud_approvalRemco Burema
2022-08-30Speared spurious space.Remco Burema
2022-08-30Fix status request for Ultimaker 2+ ConnectCURA-8463_cloud_configurationJaime van Kessel
2022-08-30Ensure that all material configs are added to the listJaime van Kessel
2022-08-30Added stub for AbstractCloudOutputDeviceJaime van Kessel
2022-08-30Don't add `is_online` to `.3mf` filesc.lamboo
2022-08-30Updated documentation linkJaime van Kessel
2022-08-30Update formatting of CloudAPIClientJaime van Kessel
2022-08-30Use get instead of direct []Jaime van Kessel
2022-08-30Fix typoJaime van Kessel
2022-08-30Remove stray whitespaceJaime van Kessel
2022-08-30Only display message for abstract printersc.lamboo
2022-08-30Add explicit typingJaime van Kessel
2022-08-30Clean up iterating over cluster listJaime van Kessel
2022-08-30Convert _updateOnlinePrinters to staticJaime van Kessel
2022-08-30Update typing to reflect new message that is being usedJaime van Kessel
2022-08-30Move RemovedprintersMessage to it's own classJaime van Kessel
2022-08-30Add documentation for _onDiscoveredDeviceRemovedJaime van Kessel
2022-08-30Also move remainder of NewPrinterDetected logic to it's own classJaime van Kessel
2022-08-30Move new printers detected message to it's own classJaime van Kessel
2022-08-30Rename function to better reflect what it doesJaime van Kessel
2022-08-30Rename variables so it's easier to understand what is whatJaime van Kessel
2022-08-30Add more typing & documentationJaime van Kessel
2022-08-30Ensure that UI actually updates when adding remote printersJaime van Kessel
2022-08-30Use new style string formatingJaime van Kessel
2022-08-30Rename device to global_stackJaime van Kessel
2022-08-30Update typing hints to new styleJaime van Kessel
2022-08-30Clean up codestyle violationsJaime van Kessel
2022-08-29Add correct image in monitor pagec.lamboo
2022-08-29Remove commented out codeCURA-9422_monitor_for_abstract_typec.lamboo
2022-08-29Increase marginsc.lamboo
2022-08-26Some minor GUI tweaks.Remco Burema
2022-08-26Prettify monitor page for abstract cloud printers.Remco Burema
2022-08-26Fix gramar mistake in documentationJaime van Kessel
2022-08-26Placeholder; the selected printer to monitor is abstract, but cloud-capable.Remco Burema
2022-08-26Move message triggering into CloudOutputDevice so that the campaign link can ...CURA-9221_show_message_cloud_approvaljoeydelarago