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 (Expand)Author
2017-11-21Fix filtering custom profiles per extruder - CURA-4482ChrisTerBeke
2017-10-26CURA-4451 Minor changesDiego Prado Gesto
2017-10-26Remove some changes, debugging - CURA-4451Chris ter Beke
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-21Detecting whether the profile is created for multiple extrusion printers or n...Diego Prado Gesto
2017-09-13Add "available" flag for quality profilesLipu Fei
2017-08-30Only fall back to use fdmprinter when the quality profiles for the current ma...Lipu Fei
2017-06-14Fix switching to quality changes profilesGhostkeeper
2017-06-14Remove unused variableGhostkeeper
2017-06-14Finding all qualities no longer does silly things with materialsJaime van Kessel
2017-06-12FindAllQualitiesForMachineMaterial only looks with basic materials if it foun...Jaime van Kessel
2017-06-12We now properly fall back if no basic material is foundJaime van Kessel
2017-06-01Do not override filter_by_material if no material is foundLipu Fei
2017-05-15Directly use property instead of searchingJaime van Kessel
2017-05-15Added a type hinting to QualityManagerJaime van Kessel
2017-04-13Added typing to all singletonsJaime van Kessel
2017-01-17Use double quotes instead of singles.Simon Edwards
2017-01-17Merge branch 'master' into python_type_hintingSimon Edwards
2017-01-12Take materials which are sub-type into account when looking for quality profi...Simon Edwards
2016-12-12Lots of import fixes. Eliminated the import hacks such as those used inside U...Simon Edwards
2016-11-22More type checking fixes after the merge.Simon Edwards
2016-10-31Internal docs.Simon Edwards
2016-10-31FindQUalityByName now also uses fallback generic materials if no result was f...Jaime van Kessel
2016-10-27Fix errors when switching from UM3 to UM2.fieldOfView
2016-10-24Add support for global quality profilesArjen Hiemstra
2016-10-13Make the labels in the quality menus match those from the selected extruder.Simon Edwards
2016-10-12Show the warning color for unsupported materials/qualities by using the new '...Simon Edwards
2016-10-10Return the empty container if there are no results when listing qualitiesArjen Hiemstra
2016-10-10Return empty quality instead of None in QualityManager::findQualityByQualityTypeArjen Hiemstra
2016-10-06Fix documentationfieldOfView
2016-10-06Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2016-10-06_getBasicMaterial now correctly filters on variants as wellJaime van Kessel
2016-10-06Merge pull request #1027 from Ultimaker/profiles_revert_global_profileSimon Edwards
2016-10-05Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2016-10-05Gracefully handle case if no material was foundJaime van Kessel
2016-10-05Filter the list of quality changes taking into account the quality(-type) pro...Simon Edwards
2016-10-04Revert "global_profile" reference changes while refixing importfieldOfView
2016-10-03Fix selecting quality_changes profiles for extrudersfieldOfView
2016-10-03Added some more method docs.Simon Edwards
2016-09-29Quality changes didn't have the right extruder ID set in some situations.Simon Edwards
2016-09-29Handle materials which don't have any quality profiles of their own. Moved th...Simon Edwards
2016-09-29Fix cases where there is no "normal" qualityfieldOfView
2016-09-29Fix quality profile selection for printers that should use generic qualityfieldOfView
2016-09-27Correctly update the quality profiles in the extruders when changing quality ...Simon Edwards
2016-09-22Fix for deleting quality changes profiles.Simon Edwards
2016-09-21Fix for duplicating quality changes profiles on the UM2.Simon Edwards
2016-09-21* Make sure that quality changes are machine dependent but material independent.Simon Edwards