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
2016-10-27Add validator for machine namesGhostkeeper
2016-10-27Profiles model is now a singleton, to prevent the agressive garbage collectin...Jaime van Kessel
2016-10-24Remove manually specified utf-8 encodingArjen Hiemstra
2016-10-19fix: adhesion_extruder_nr moved category also for default visibility (CURA-2707)Tim Kuipers
2016-10-19JSOn refactor: moved support extruder settings to support catgegory (CURA-2707)Tim Kuipers
2016-10-10Fix deleting grouped object using the context-menufieldOfView
2016-10-10Also wait for lock file in saveSettings. CURA-2449Jack Ha
2016-10-09Added lock file writing and checking. CURA-2449Jack Ha
2016-10-05Filter the list of quality changes taking into account the quality(-type) pro...Simon Edwards
2016-10-03Rename ProfilesPageModel.py to QualityAndUserProfilesModel.py. Step 2 of 2.Simon Edwards
2016-09-29Show the correct list of qualities and quality change profiles.Simon Edwards
2016-09-28Fixed up the profiles menu to handle multiple extruders better.Simon Edwards
2016-09-26Introduced resolveOrValue which fixes resolvement with dependencies for the m...Jack Ha
2016-09-22More defensive coding to prevent division by zerofieldOfView
2016-09-22Merging with groups no longer causes devision by zeroJaime van Kessel
2016-09-22Merging no longer crashes if node has no meshdataJaime van Kessel
2016-09-21doc: better documentation of limit_to_extruder and resolve properties in the ...Tim Kuipers
2016-09-21Create new user profile upon upgrading machine instanceGhostkeeper
2016-09-21Make VersionUpgradeManager a singletonGhostkeeper
2016-09-16Added SettingsInheritanceManagerJaime van Kessel
2016-09-14refactor: global_inherits_stack ==> limit_to_extruder (CURA-2308)Tim Kuipers
2016-09-12Added function to save a single stack to file.Jaime van Kessel
2016-09-08Duplicating materialContainers should now duplicate all related material cont...Jaime van Kessel
2016-09-07Fix "Reset all model transformations" for groupsfieldOfView
2016-09-05Previously active tool is now set correctly once something is selected againJaime van Kessel
2016-09-05Added normal quality_type to empty container so switching quality_changes wor...Jaime van Kessel
2016-09-05An empty quality container will now give a "not supported" warningJaime van Kessel
2016-09-02Reset all transformations now also resets object above buildplateJaime van Kessel
2016-09-02Reset all translations now ensures that model is right on top of buildplateJaime van Kessel
2016-09-02Removed unused decoratorJaime van Kessel
2016-08-24Move the combined object to the center of the group after a merge.Simon Edwards
2016-08-24Fix resolve in profile bug. Removed unnecessary imports. Removed unnecessary ...Jack Ha
2016-08-23Solved merge conflict.Jack Ha
2016-08-22Merge branch 'feature_quality_changes'Ghostkeeper
2016-08-18Remove non-existing blackmagic/dual setting from defaultsfieldOfView
2016-08-16Merge master. CURA-2006Jack Ha
2016-08-15Set sensible defaults for which "Dual Extrusion" settings are visiblefieldOfView
2016-08-15Merge branch 'master' into cura-2007Jack Ha
2016-08-10Add a QualitySettingsModel that lists all quality related settings and valuesArjen Hiemstra
2016-08-07Merge pull request #836 from Ultimaker/master-updates-for-LinuxThomas Karl Pietrowski
2016-08-04Merge, fix qml files. Contributes to CURA-2007.Jack Ha
2016-08-04Store "quality_changes" type containers in the quality directoryArjen Hiemstra
2016-08-04Bed temperature is now either a resolved value or a global value.Jack Ha
2016-08-04Introduce an empty quality_changes containerArjen Hiemstra
2016-08-04Make settable_per_* properties read-onlyArjen Hiemstra
2016-08-03Merge branch 'feature_support_bottoms'Ghostkeeper
2016-08-02Expose an extruderValue() function to value functionsArjen Hiemstra
2016-08-02Expose an extruderValues() function to value functionsArjen Hiemstra
2016-08-02Merge branch 'master' into feature_support_bottomsTim Kuipers
2016-07-29Add Select All functionalityfieldOfView