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-03-07fix retraction speed and amount for direct drive afterburner.Christopher Conroy
2021-10-20Merge branch 'master' into merge_main_20211019Remco Burema
2021-09-29Fix combing value not being recognizedKonstantinos Karmas
The value of an enum needs to be in single quotes when it is in the "value" field or else it won't be recognized. CURA-7976
2021-09-28Remove "default_value" since the "value" overrides itKonstantinos Karmas
CURA-7976
2021-06-16Merge branch 'master' into libArachne_rebasedGhostkeeper
Conflicts: cura/CuraApplication.py: Setting version fdmprinter and fdmextruder: Setting version intents, qualities and variants: Setting version Changelog: 4.9.1 was added, should be below Arachne changes
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-12-10Partial revert: Don't remove 'Print Thin Walls'.Remco Burema
It still makes sense, even in a libArachne/Variable Line Width sense. CURA-7148
2020-12-09... also of course delete them from definitions.Remco Burema
Context: Print Thin Walls and Fill Perimeter Gaps are old settings that aren't needed any more since we switched to libArachne (Varianble Line Widths). CURA-7148
2020-01-20Revert "Properly override retraction_combing_max_distance"Ghostkeeper
This reverts commit 5ddee1e70fbc2bec6b8ccc1531d146f7d79cec1b. It was changing the default behaviour for this printer. Contributes to issue CURA-6860.
2020-01-20Properly override retraction_combing_max_distanceGhostkeeper
Since by default it now defines a value for this one rather than default_value, this override had broken. Thank you, tests. Contributes to issue CURA-6860.
2019-12-13Fixed issues raised in #6666Benoit Miller
2019-11-16Add VORON2 printer profileBenoit Miller