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-30Merge branch 'master' of github.com:Ultimaker/Cura into 3mf_platform_meshesJaime van Kessel
2020-04-28Remove old 'category' metadataGhostkeeper
Most of it was incorrect and very inconsistent too. These are not used by our code any more.
2020-04-18Replace STL meshes with 3MF filesGhostkeeper
These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
2019-10-31Merge machine_head_polygon and machine_head_with_fans_polygon defs.Nino van Hooff
There is no usecase for having both. when a definition has both, the head is removed. when it has only head, it is renamed to _with_fans CURA-6522
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-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.
2018-07-05Remove references to deleted settingsGhostkeeper
Also convert the values for prime_tower_min_volume to make it behave similar to what the minimum volume used to be. This feature fixed a bug with the computation from volume to thickness. Now it's correct but we have to correct the old values to be still the same (approximately) as what used to be the end result. Contributes to issue CURA-5457.
2018-06-12CURA-5334 remove material_diameter from all printer definitions and also ↵Jack Ha
from fdmprinter.def.json
2018-02-16Revert "WIP: Update and fix definition files"Lipu Fei
This reverts commit 27a346a58beaea9de249ebf229f0979d51ad21ff.
2018-02-16WIP: Update and fix definition filesLipu Fei
2018-02-16WIP: Fix material lookup problems and update definition filesLipu Fei
2017-12-30Remove ID from definition filesTorbjørn
2017-10-20Added quality profilesBuco
Made some changes to the main profiles and added quality profiles for each material.
2017-10-16Add Builder PremiumBuco
Tabs became spaces
2017-10-11Add Builder PremiumBuco
Add definitions for the Builder Premium Small, Medium and Large printers.