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
2021-09-15Change the setting version to 19Konstantinos Karmas
Since the setting version 18 is used in the arachne beta build, we decided to make the the setting version to 19 in the normal releases, so that we make sure that projects made in arachne beta won't use any version upgrade scripts if a user attempts to open them in 4.12. CURA-8510
2021-09-14Increment setting_version to 18Ghostkeeper
We now have version 18, where Flsun Super Racer has customised profiles. Nothing changes in the built-in profiles. It only needs a change in the machine instances. Contributes to issue CURA-8510.
2021-05-10Update setting version to 17 for 4.10Kostas Karmas
CURA-8212
2020-09-02Upgrade setting_version to 16Ghostkeeper
We have a change now that requires a version upgrade. This triggers all profiles to update for the user, and we must update accordingly in the built-in profiles. Contributes to issue CURA-7118.
2020-05-08Increment setting version to 15Ghostkeeper
Once more into the fray. Contributes to issue CURA-7420.
2020-05-04Up the setting version to 14 in all the resoursesKostas Karmas
CURA-7421
2020-04-01Increment setting version to 13Ghostkeeper
Contributes to issue CURA-7282.
2020-03-30Increment setting version to 12Ghostkeeper
This is necessary for the version upgrade to run. Contributes to issue CURA-7328.
2019-11-19CURA-6522_one_at_a_time_overlapping_build_areaDimitriovski
Changed the setting_version to 11
2019-09-24Fix HMS434 version upgradeLipu Fei
CURA-6774
2019-07-23Added upgrader for 4.3Jaime van Kessel
2019-06-12Increment setting_version to 8Ghostkeeper
This is required for the version upgrade. Contributes to issue CURA-6311.
2019-01-17Update all profiles to setting_version 7Lipu Fei
CURA-6113
2018-12-27Increment setting_version to 6Ghostkeeper
Because Cura 4.1 is going to have a version upgrade to change the stack files. Contributes to issue CURA-5848.
2018-06-12Update setting_version to 5 and add 34 -> 40 upgradeLipu Fei
CURA-5450 Also update setting_version for all qualities and variants.
2018-04-05Update all qualities and variants to version 4Lipu Fei
2018-03-09Update version numbers in variantsGhostkeeper
These didn't match on my initial search-and-replace so I missed them. Contributes to issue CURA-5054.
2018-02-16WIP: Update variant filesLipu Fei
- Remove "author" from "metadata" section - Add "hardware_type" for variants that don't have it - Reformat "metadata" section to have the following order: - setting_version - type - hardware_type
2018-01-22Add hardware_type = nozzle for nozzle variantsLipu Fei
CURA-4461
2017-10-30Add upgrade script for 3.0 to 3.1Lipu Fei
CURA-4451 - Add upgrade script for 3.0. to 3.1 - Upgrade old stack files so they will use "empty_quality" as the "Not Supported" quality profile. - Increase SettingVersion to 4
2017-09-04Update all containers to setting_version 3Lipu Fei
CURA-4270
2017-07-06Update setting_version to 2 for variantsLipu Fei
CURA-3975
2017-05-12Add setting_version to all profilesGhostkeeper
This represents the data version number (as opposed to the format version). Contributes to issue CURA-3427.
2017-03-16Revert "Upgrade built-in instance containers"Jaime van Kessel
This reverts commit b162be4df8c12c89112ba558136e87b63e67e713.
2017-03-10Upgrade built-in instance containersGhostkeeper
These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then. Contributes to issue CURA-3479.
2016-05-26Update variant profiles to use the right syntax for formulasArjen Hiemstra
Contributes to CURA-1278
2016-05-23Rename all variant profiles to .inst.cfg and correctly mark them as type variantArjen Hiemstra
Still some issues with formulas causing errors, but it is getting closer