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
2020-09-08Catch OSError and related errors when saving workspacesGhostkeeper
2020-07-28CURA-7608 Ignore machine network information when handling project files (#8116)Konstantinos Karmas
2020-07-20Also store setting_version in preferences file for project filesGhostkeeper
2020-07-06Catch file writing errors while writing files in the archiveGhostkeeper
2020-05-29Remove usage of deprecated extruders propertyGhostkeeper
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Convert doxygen to rst for 3MFReader/Writer and AMFReaderNino van Hooff
2020-03-30Show error when we don't have permission to write workspaceGhostkeeper
2020-03-25Catch PermissionError when writing workspacesGhostkeeper
2020-01-20Add missing typingJaime van Kessel
2020-01-16Use getter instead of protected attributeJaime van Kessel
2020-01-16Add skipkeys flag to writing plugin metadata to workspaceJaime van Kessel
2020-01-16Store the data from each plugin in it's own folderJaime van Kessel
2020-01-14Store metadata when writing the workspaceJaime van Kessel
2018-05-11CURA-5164 The Preferences is not a singleton class anymore since in some pointDiego Prado Gesto
2018-04-16Make sure that project writer runs on Qt threadLipu Fei
2018-03-06Optimize 3MF writer and XML material serializationLipu Fei
2018-02-07CURA-4924 always use interpolation = None for configparser, preventiveJack Ha
2018-01-22Don't write Octoprint keys to workspace projectsGhostkeeper
2017-12-08Merge branch 'master' into feature_local_container_serverGhostkeeper
2017-12-06Save is_debug_mode as stringLipu Fei
2017-12-06Add more complete version info in project filesLipu Fei
2017-10-27Make ignored metadata keys a setGhostkeeper
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-26Only write the information we need to workspacesGhostkeeper
2017-08-15In SliceInfo, use the global stack if it is a single-extrusion machineLipu Fei
2017-07-18Fix mutable arg problem and rename argLipu Fei
2017-07-17Use optional arg in serialize() to exclude network auth keysLipu Fei
2017-05-17Save Cura version to project filesLipu Fei
2016-12-05Authentication data is now stripped from project file before savingJaime van Kessel
2016-11-22We now also write with the preferedSuffixJaime van Kessel
2016-11-10Extruder stack is now saved (instead of the material being saved as the stack)Jaime van Kessel
2016-11-10Updated documentationJaime van Kessel
2016-11-10Saving workspace now works when there are no meshes to saveJaime van Kessel
2016-11-10The entire machine is now saved to 3mf file when saving workspaceJaime van Kessel
2016-11-10Moved 3mf writer here from UraniumJaime van Kessel