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-05-06Fix stupid copypaste errorJaime van Kessel
2021-05-06Also add PETG to excluded materials of Dual UMOJaime van Kessel
CURA-8220
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-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.
2019-03-28Fix merge conflictsLipu Fei
2019-03-25Exclude gff and cff materials for all ultimaker printers except UMS5Diego Prado Gesto
Contributes to CURA-6089.
2019-03-19WIP: Remove UMOCheckup MachineActionLipu Fei
Not used any more.
2018-10-31Merge branch 'feature_add_printer_layout' of https://github.com/fieldOfView/CuraJaime van Kessel
2018-10-05Remove unused and incorrect "icon" metadata from definitionsfieldOfView
The "icon" metadata is not used, and in all cases points to non-existing files anyway.
2018-10-03Remove UpgradeFirmware as supported machine action...fieldOfView
because the plugin adds itself as a supported action
2018-09-28Fix filename typosfieldOfView
2018-08-02Move hardcoded firmware-file table to definitionsfieldOfView
2018-07-04CURA-5334 Remove machine nozzle size from machine definitions and moveDiego Prado Gesto
it to extruder definitions.
2018-06-25Simplify the case of UMO DualLipu Fei
CURA-5496
2018-06-25CURA-5496 Add global profiles for the UMO, UMO+ and UMODual.Diego Prado Gesto
2018-06-20CURA-5488 Exclude some Ultimaker materials from the UM2 family, UMO andDiego Prado Gesto
UMO dual.
2018-04-23Add exclude materials for UMO, UM2, and UM2+Lipu Fei
CURA-5271
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-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.
2016-11-25Prime tower for UMODE won't block by default if using both extrudersJaime van Kessel
CURA-3032
2016-11-17Disable print sequence for all multi-extrusion machinesGhostkeeper
Also for ORD and whatever else we have. It is now more inherent in the setting and it gives a better indication of why the setting is disabled when you hover the 'i' in the setting visibility screen.
2016-09-13JSON feat: machine_name as a setting for the 3D printer model type (CURA-2360)Tim Kuipers
2016-09-07Fix UMO-DualExtrusion prime tower locationfieldOfView
CURA-2283
2016-08-22Fix preferred material for cases when there more than 1 "pla" materialsfieldOfView
2016-08-20Update start- & and gcode and change extruder namesfieldOfView
CURA-1774
2016-08-20Add prime tower and extruder switch positionfieldOfView
CURA-1774
2016-08-10Add first draft of an UMO with Dual Extrusion Kit definitionfieldOfView
CURA-1774