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-07-29Update the update_url's for firmware updatesJaime van Kessel
CURA-7689
2019-09-06Add bom_numbers field to definitionsIan Paschal
CS-171
2019-08-15Use HTTPS for firmware update check URLsLipu Fei
2019-08-07Remove has_machine_materials and has_variant_materialsLipu Fei
They are not used.
2019-03-25Update the list of check urls for UM3 ExtendedDiego Prado Gesto
2018-10-15Change URL of firmware update page for Ultimaker 3 and S5Ghostkeeper
I just got word of a new page to read up about the firmware update. Apparently we now have to link to this one. Contributes to issue CURA-5483.
2018-10-13Put the firmware-update meta-data in the 'normal' printer definitions and ↵Remco Burema
make the code handle that.
2018-09-06Fix quality lookup logic for extrudersLipu Fei
CURA-5694 - Add convenience functions into GlobalStack - Use "has_variants" and "has_materials" instead of "has_variant_materials" - Remove "has_variant_materials" - For extruder qualities, skip global qualities if the machine has variants or materials
2018-03-16Use gzipped gcode by default for UM3Ghostkeeper
For the network printing output device this doesn't work yet, but for removable drives it will now put g-code in a gz archive when storing it. Contributes to issue CURA-5097.
2018-02-16WIP: Fix material lookup problems and update definition filesLipu Fei
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-11Change Ultimaker manufacturer to Ultimaker B.V.Ghostkeeper
The material profiles are sent to UM3 with a manufacturer that's obtained from the printer definition rather than the material definition. The printer definition was 'Ultimaker' rather than 'Ultimaker B.V.' and the printer checked against this. Contributes to issue CURA-4159.
2017-03-10Always prefer 0.4mm nozzles at initial loadingGhostkeeper
Otherwise we might end up with 0.8mm AA cores, and those don't have a normal quality profile so that gives all sorts of trouble.
2016-11-01Use spaces instead of tabsGhostkeeper
As per our code standards.
2016-10-19Publish Ultimaker 3 definitions and profilesGhostkeeper
The Ultimaker 3 is now released, so we can make this data public. These are the Ultimaker 3 definition files (with their physical properties as Cura requires them, such as build volume) as well as its extruders, print cores, quality profiles and build plate mesh. And also for the Ultimaker 3 Extended. Modifications to the material profiles will be published in the fdm_materials repository. Contributes to issue CURA-2737.