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
2018-10-15Change material diameter to 1.75 for monoprice machinesLipu Fei
CURA-5817
2018-10-10Use 0.1 layer height as normal for Ender 3Lipu Fei
2018-10-09Add missing extruder def for Creality Ender 3Lipu Fei
CURA-5806
2018-10-04Add Polish to the list of available languages. Forgotten by mistake.Diego Prado Gesto
2018-10-03Fix getDefaultVariantNode for UM2Lipu Fei
CURA-5790 UM2 has optional variant which depends on whether Olsson Block is enabled. getDefaultVariantNode() should take that into account.
2018-10-02Add preposition to be consistent with other strings.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-02Merge branch '3.5' of git://github.com/Patola/Cura into Patola-3.5Diego Prado Gesto
2018-10-02Add missing quote.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-02Merge branch '3.5' of https://github.com/Ultimaker/Cura into 3.5Cláudio 'Patola' Sampaio
Updated to push to upstream
2018-10-02Updated strings to Cura 3.5Cláudio 'Patola' Sampaio
2018-10-02Add traditional chinese translations to Cura.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Update fdmprinter.def.json.podrzejkopf
2018-10-01Complete Polish translation for version 3.5drzejkopf
2018-10-01Review the fdmprinter.def.json for Korean, Dutch, Portuguese, Russian,Diego Prado Gesto
Turkish and Simplified Chinese. Contributes to CURA-5741.
2018-10-01Review Simplified Chinese translations.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Review Turkish translations.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Review Russian translations.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Review portuguese translations.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Fix Dutch translations.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Translate the per-model-setting options in Spanish to better explainDiego Prado Gesto
what each item does. Contributes to CURA-5741.
2018-10-01Fix Korean translations.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Fix conficts in French with a couple of keyboard shortcuts.Diego Prado Gesto
Contributes to CURA-5741.
2018-10-01Remove duplicate shortcut in French, so the CI won't fail on it.Diego Prado Gesto
Contributes to CURA-5741.
2018-09-28Merge branch 'bothof_update_3.5' of https://github.com/Ultimaker/Cura into ↵Remco Burema
bothof_update_3.5
2018-09-28[translate] Even smaller corrections for 3.5 Dutch (nl_NL).Remco Burema
2018-09-28[translate] Some small corrections for 3.5 Dutch (nl_NL).Remco Burema
2018-09-28Fixes for 3.5 translations of DE, ES, FR, IT and JAGhostkeeper
I don't have time to do them all right now. Contributes to issue CURA-5741.
2018-09-28Update revision datesGhostkeeper
They are being checked today. I'm not that bothered about the exact time. Contributes to issue CURA-5741.
2018-09-28Update translations by Bothof for Cura 3.5Ghostkeeper
These are the files that Bothof gave us. I'll check and correct them soon. Contributes to issue CURA-5741.
2018-09-25Merge remote-tracking branch 'origin/3.5' into cura_connect_improvements_3.5Simon Edwards
2018-09-25Fix mateial management QML referenceLipu Fei
CURA-5682
2018-09-21Select correct material according to the active extruderAleksei S
CURA-5682
2018-09-21In material page was not defined the used extruder nr, for generic materialsAleksei S
CURA-5682
2018-09-20Remove duplicate shortcut in French, so the CI won't fail on it.Diego Prado Gesto
2018-09-19Fix missing report linksGhostkeeper
My IDE crashed while doing a replace all. I see that it missed a few. Contributes to issue CURA-5741.
2018-09-19Update version number and fix reporting linkGhostkeeper
I don't know, did we always have it refer to Uranium's issues page? Contributes to issue CURA-5741.
2018-09-19Update translation sources for Cura 3.5Ghostkeeper
This is updated from the new cura.pot template. Contributes to issue CURA-5741.
2018-09-19Remove duplicate messagesGhostkeeper
These were duplicate because CMake of this plug-in put a copy of the JSON file in the build directory. Contributes to issue CURA-5741.
2018-09-19Update translation templates for Cura 3.5Ghostkeeper
These are the new strings for Cura 3.5. Contributes to issue CURA-5741.
2018-09-19Fix typo in Extra Infill Wall Count descriptionGhostkeeper
Some very observant user found this small typo. Thanks.
2018-09-19Merge pull request #4385 from Ultimaker/monitor_confirmation_dialoguesIan Paschal
Add confirmation dialogues before making destructive changes in UM3/S5 monitor
2018-09-18Support mulitple bundled_packages JSON filesLipu Fei
CURA-5718
2018-09-18Fix context of pause, resume and abort labelsGhostkeeper
More in line with what we have in the rest of our code base. Discovered during work on CL-1053 and CURA-5729.
2018-09-18Add material_diameter into fdmprinterLipu Fei
When saving a material to a file, it will save all the settings in that container, which needs to create SettingInstances for all the cached ones, and for those instances, their definitions will be retrieved from the machine definition. material_diameter is one of the settings, but it only exists in the extruder definitions, so when it tries to save a material profile, a lot of warnings/errors will occur due to the missing "material_diameter" in fdmprinter. Adding it back fixes this problem.
2018-09-17Active the focus when the selected item changes.Diego Prado Gesto
In this case, if the user was updating some information in one material and then select other material, the new data is stored. Contributes to CURA-5682.
2018-09-17Merge branch '3.5' into CURA-5682_material_manager_leftoversDiego Prado Gesto
2018-09-17Reuse MaterialBrandSection component for Favorites, Generic and brandedDiego Prado Gesto
materials. This component will show different children depending on the hasMaterialTypes flag. Adjust some small UI issues. Contributes to CURA-5682.
2018-09-17Also rename dagoma_neva_magis profiles to dagoma_magisJaime van Kessel
2018-09-17- Rename Dagoma Magis profile.Orel
- Remove machine_gcode_flavor definition as the default value fits the needs.
2018-09-17Clean up the code by removing duplicate code. Also try to unify theDiego Prado Gesto
MaterialsBrandSection to use the same component for favorites, generic and branded materials. Contributes to CURA-5682.