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 (Collapse)Author
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Convert doxygen to rst for VersionUpgrades 40+Nino van Hooff
2020-04-22Move the getCfgVersion to base version upgradeJaime van Kessel
They can still be overridden, but in the current situation they were all the same...
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-12-23Code style: Spaces around binary operatorsGhostkeeper
2019-12-03Prevent deleting comments from Start/End G-codes by changing the ↵Dimitriovski
comment_prefixes in ConfigParser CURA/6994
2019-11-04Fix stupid identation issueJaime van Kessel
2019-11-04Fix issue with profiles getting added to non creality printers in upgradeJaime van Kessel
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-09-13Fix version number in upgrade from 4.1 to 4.2Lipu Fei
2019-09-10Move version upgrade for intents from 4.1-4.2 to 4.3-4.4Jaime van Kessel
CURA-6599
2019-08-13Merge branch 'master' into feature_intentGhostkeeper
Conflicts: resources/bundled_packages/cura.json -> 4.1 to 4.2 upgrade package added simultaneously tests/TestMachineManager.py -> Due to changes in conftest.py tests/conftest.py -> Simultaneously expanding the magic mocks to have some correct properties
2019-07-31Remove debugging statements4.2.14.2Ghostkeeper
Contributes to issue CURA-6696.
2019-07-31Fix missing commaGhostkeeper
Otherwise it would concatenate the two strings, leading to both of them effectively missing from the set.
2019-07-31Fix importing profiles for CR10sGhostkeeper
It was somehow missing from this list. An oversight. Fixes #6083.
2019-07-19Minor codestyle fixesJaime van Kessel
2019-07-19Fix definition_changes not being updated properlyJaime van Kessel
CURA-6667
2019-07-03Remove the max-z-speed-overrideJaime van Kessel
CURA-6625
2019-07-03Fix typingLipu Fei
2019-07-02Fix upgrading custom quality profiles for Creality printersGhostkeeper
Quite a lot of logic necessary... Oh well. Contributes to issue CURA-6554.
2019-07-02Add version upgrade for Creality printers and CreawsomeModGhostkeeper
This should work for both. Contributes to issue CURA-6554.
2019-06-19Stacks are upgraded to a higher version numberGhostkeeper
So indicate to the plug-in metadata that they are.
2019-06-19Fix merge conflictGhostkeeper
2019-06-19Merge branch 'master' into feature_intentGhostkeeper
Conflicts: plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> There is a new version upgrade in master, so the old one is sort of obsolete. We may have to move this part to a new version upgrade for 4.3. plugins/VersionUpgrade/VersionUpgrade41to42/__init__.py
2019-06-18Fix merge conflictsLipu Fei
2019-06-17Fix typingLipu Fei
CURA-6460
2019-06-17Fix typingLipu Fei
CURA-6311
2019-06-12Also remove removed keys from visible settingsGhostkeeper
It's listed among the setting keys that you explicitly made visible. Contributes to issue CURA-6460.
2019-06-12Merge branch 'rename_minimum_diameter' into CURA-6460_remove_square_towerGhostkeeper
Conflicts: plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> Change there that needed to be merged here, but we had changed lines around it.
2019-06-12Apply changed visible settings to preferences fileGhostkeeper
Otherwise the change will not be made to the actual file, just in memory. Contributes to issue CURA-6311.
2019-06-12Remove setting from 'values' categoryGhostkeeper
Oops. Contributes to issue CURA-6311.
2019-06-12Merge branch 'rename_minimum_diameter' into CURA-6460_remove_square_towerGhostkeeper
Conflicts: plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> Both had a version upgrade implementation. plugins/VersionUpgrade/VersionUpgrade41to42/__init__.py -> Both had a version upgrade implementation.
2019-06-12Also rename setting in list of visible settingsGhostkeeper
Yeah, that's why the preferences file had a setting version number... Contributes to issue CURA-6311.
2019-06-11Remove unnecessary updating of main version numberGhostkeeper
Contributes to issue CURA-6311.
2019-06-11Add version upgrade for version 4.1 to 4.2Ghostkeeper
This is necessary for the renamed setting. Contributes to issue CURA-6311.
2019-06-06Add version upgrade 4.1 to 4.2Lipu Fei
CURA-6460
2019-06-03Add test for VersionUpgrade41to42Jaime van Kessel
2019-06-03Add version upgrade that adds empty intent profile to the stacksJaime van Kessel
CURA-6534