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-06-11Standardise capitalisation of printer namesGhostkeeper
Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font. As discussed with the Cura team.
2020-03-24Adjust wall thickness to 1 line if using spiraliseGhostkeeper
Except for printers that explicitly override it. Fixes #7317.
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-07-04Fill in manufacturers previously set to unknown/'not applicable'.Remco Burema
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-10-03Remove UpgradeFirmware as supported machine action...fieldOfView
because the plugin adds itself as a supported action
2018-07-04CURA-5334 Remove machine nozzle size from machine definitions and moveDiego Prado Gesto
it to extruder definitions.
2018-06-12CURA-5334 remove material_diameter from all printer definitions and also ↵Jack Ha
from fdmprinter.def.json
2017-11-02Remove ID from definition filesGhostkeeper
Sometimes it's out of sync. Sometimes even missing. Let's just not use that any more. Contributes to issue CURA-4243.
2017-08-25Make 'other' the default categoryGhostkeeper
This should make it a bit easier for others to create a new definition since there is less for them to 'have to know'. Previously they would be required to fill in as category Other, but now they can just leave the category out.
2017-08-09Remove heat/cool speeds that are equal to defaultGhostkeeper
The default value for both of these settings in fdmprinter is 2.
2017-07-21Make prime tower automatic formula the default for all FDM printersGhostkeeper
The Custom FDM Printer had wrong positions by default as well.
2017-03-20Update and rename makeit_pro_m to makeit_pro_m.def.jsonaustin-makeit