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-04-28Remove old 'category' metadataGhostkeeper
Most of it was incorrect and very inconsistent too. These are not used by our code any more.
2019-12-19Remove unnecessary override of expansion angle to 45 degreesGhostkeeper
Found in #6823.
2019-10-18Remove unused default_value overridesGhostkeeper
These are overrides of default_value while there is a value defined. As such these overrides had no effect at all. Changing them to value can actually change the behaviour of the profile. That is not what the profile author has apparently tested with, so I'm not doing that. I'm just removing the unused data. In the future if we get new definitions the author gets notified of the error so that he may test more effectively. The legacy can't be fixed without re-testing, so I'm leaving that to the authors. Done during Turbo Testing & Tooling. I want to go home for the weekend now...
2019-10-14Fix overriding of prime tower positionGhostkeeper
We had changed it for all printers back when we changed the prime tower position to a formula, but since then we've been getting new printer definitions that were made from templates floating around with the old structure. We should really have an automated test for this. Discovered during review of #6518.
2019-09-17Remove unused definition ID fieldGhostkeeper
2019-08-07Remove has_machine_materials and has_variant_materialsLipu Fei
They are not used.
2019-07-26Remove references to start_layers_at_same_positionGhostkeeper
2019-05-14Fix Mark2 appearing at the bottom of machine listLipu Fei
2019-05-13Do not allow the use of "weight" for third party printersDiego Prado Gesto
Otherwise external contributors can manipulate the order in which they appear in the list
2019-05-13Overwrite gantry height value instead of default_valueGhostkeeper
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
2019-04-03remove machine_extruder positions from the definition fileTinkerGnome
2019-03-23add Mark2 definition filesTinkerGnome