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
2022-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2021-06-17Now unused API field only took integers originally.Remco Burema
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-15Update SDK/API from 7.5.0 to 7.6.0 for 4.10Remco Burema
CURA-8320
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
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-01Convert unit of adaptive layers threshold and change nameGhostkeeper
This usage is hopefully more intuitive than the previous one.
2019-10-23Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0ninovanhooff
Change SDK version to 7.0.0
2019-10-22Fix typo in removing Alternate Skin RotationsLipu Fei
2019-10-22Remove Alternate Skin Rotations settingGhostkeeper
It's been replaced completely by the Top/Bottom Line Directions setting.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-09-24Fix merge conflicts with masterLipu Fei
2019-09-24Fix HMS434 version upgradeLipu Fei
CURA-6774
2019-09-23Fix UM2 extended variantsLipu Fei
CURA-6775
2019-09-19Fix renamed um2 nozzlesLipu Fei
CURA-6599
2019-09-16Implement version upgrade for UM2 with OlssonGhostkeeper
Contributes to issue CURA-6775.
2019-09-13Don't assert if there are already 7 containers in stack Jaime van Kessel
CURA-6599 Co-Authored-By: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2019-09-12Ensure that quality_changes get their intent_category set in upgradeJaime van Kessel
CURA-6599
2019-09-10Fix version upgrade for stacksJaime van Kessel
CURA-6599
2019-09-10Move version upgrade for intents from 4.1-4.2 to 4.3-4.4Jaime van Kessel
CURA-6599