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-12Use modern python typingc.lamboo
2022-08-31Don't notify qml of update if no configurations changedJaime van Kessel
2022-08-26Clean up formatting of documentationJaime van Kessel
2022-08-23Merge pull request #12909 from digitalfrost/310722Jelle Spijker
2022-08-01Document shortcoming of isMine checkGhostkeeper
2022-07-31Use dataclasses for Peripheraldigitalfrost
2022-07-25Add property of the print job being made by the current userGhostkeeper
2022-04-26Always return int's.Remco Burema
2022-04-11Fix enum to FormDataTypeGhostkeeper
2022-04-05Update enum, this fixes connecting to printersj.delarago
2022-03-28Merge branch 'master' into CURA-8640_PyQt6Jelle Spijker
2022-03-24Remove printeroutput modelJaime van Kessel
2022-01-05Don't change metadata if there is no global stackGhostkeeper
2021-12-29Qt5->Qt6: More renamed stuff.Remco Burema
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2021-12-08Better type checking and handling of optionalsGhostkeeper
2021-12-02Only perform materials-sync-job for capable printers.Remco Burema
2021-10-27Fix binding printer_id to response callbacksGhostkeeper
2021-10-27Fix API misalignments with confirm material upload actionGhostkeeper
2021-10-27Response data is contained in sub-field 'data'Ghostkeeper
2021-10-18API changed: material_profile_name instead of file_nameGhostkeeper
2021-10-15Fix HttpNetworkManager not providing error parameter if there is no errorGhostkeeper
2021-10-15Document UploadMaterialsJob class betterGhostkeeper
2021-10-15Handle errors reading material archive back inGhostkeeper
2021-10-15Better handle errors in local part of upload jobGhostkeeper
2021-10-15Use enum for printer status constantsGhostkeeper
2021-10-13Initialise _printer_metadata as a list instead of a dictGhostkeeper
2021-10-13Typing fixesGhostkeeper
2021-10-12Use lambdas instead of functoolsGhostkeeper
2021-10-12Remove superfluous error handlingGhostkeeper
2021-10-12Provide upload request metadata as body of a PUT requestGhostkeeper
2021-10-12Match on strings for metadataGhostkeeper
2021-10-12Send progress update when failedGhostkeeper
2021-10-12Expose printer status updates via progress update signalGhostkeeper
2021-10-12Store printer sync status flag per printerGhostkeeper
2021-10-12Improve error-handling per printerGhostkeeper
2021-10-12Implement confirming for all printers to send material syncGhostkeeper
2021-10-12Always provide error message if upload failedGhostkeeper
2021-10-12Always provide error message if upload failedGhostkeeper
2021-10-12Store material profile ID received from the upload requestGhostkeeper
2021-10-12Provide file size and an arbitrary name to the upload requestGhostkeeper
2021-10-12Add file data to PUT requestGhostkeeper
2021-10-12New material API endpoint URLGhostkeeper
2021-10-12Show more information about errors we're gettingGhostkeeper
2021-10-12Track progress from export jobGhostkeeper
2021-10-12Move code and status related to uploading materials to separate classGhostkeeper
2021-10-11Show error if the upload failedGhostkeeper
2021-10-11Disable sync button while in progressGhostkeeper
2021-10-08Implement basic uploading of materialGhostkeeper
2021-10-08Add a background job to upload material archivesGhostkeeper