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-10-11Fix retrieving setting values with "extruderValues()" and "resolveOrValue()"Diego Prado Gesto
2017-10-09Fix retrieving default values with "extruderValue()"Lipu Fei
2017-09-29Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura into...Jaime van Kessel
2017-09-29Added some comments to the code and minor changes - CURA-4386 CURA-4379Diego Prado Gesto
2017-09-28Update the active extruder index when the global container changes. ThisDiego Prado Gesto
2017-09-28CURA-4386 CURA-4379 change stack behaviours to fix crashesChrisTerBeke
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-26Adapting the code in case a multiextruder printer will use only one extruder ...Diego Prado Gesto
2017-08-14Remove wall_extruder_nr from ExtruderManager.getUsedExtruderStacksLipu Fei
2017-07-21fix: account for roofing extruder when checking which extruder is used (CURA-...Tim Kuipers
2017-07-21Do not check support_interface_extruder_nr if it is usedLipu Fei
2017-07-21Use extruder_nr as integers for comparisonLipu Fei
2017-07-21Check all limit_to_extruder features in getUsedExtruderStacks()Lipu Fei
2017-06-26No longer crash when trying to get non existing extruder stacksJaime van Kessel
2017-06-14Fix filtering maerials after editing materialsfieldOfView
2017-05-22Modify parameter types from DefinitionContainer to DefinitionContainerInterfaceGhostkeeper
2017-05-18selectedObjectExtruders should handle no extruder caseLipu Fei
2017-05-18Only try to remove extruders if the machine has anyJaime van Kessel
2017-05-17Do not add and register Extruders if they are already thereLipu Fei
2017-05-17When removing a machine's extruders, also clean up _extruder_trainsLipu Fei
2017-05-17Minor code refactoring in ExtruderManagerLipu Fei
2017-05-16Fix circular import problem caused by moving SettingVersion into CuraApplicationLipu Fei
2017-05-16Fix version upgrade for project loadingLipu Fei
2017-05-16Added missing typing importJaime van Kessel
2017-05-16We now try to remove the right container when removing extruderJaime van Kessel
2017-05-15Simplified some codeJaime van Kessel
2017-05-15Changed final spot where we still used findContainer when looking for contain...Jaime van Kessel
2017-05-15Add setting_version every time we create InstanceContainerGhostkeeper
2017-05-12Added bunch of typing to extruder managerJaime van Kessel
2017-05-08Ignore values of extruders that are inactive for the current machine instancefieldOfView
2017-05-08Fix crashing Cura when switching multi extruder machine to single extruder ma...Jack Ha
2017-05-02Merge branch 'master' of github.com:Ultimaker/Cura into cura_containerstackJaime van Kessel
2017-04-25Merge branch 'feature_support_top_bottom_speed'Ghostkeeper
2017-04-25Removed commented out code. CURA-3497Jack Ha
2017-04-24Also search through groups when figuring out the extruders of the selectionArjen Hiemstra
2017-04-20Add a selectedObjectExtruders property to ExtruderManagerArjen Hiemstra
2017-04-18Deprecate addMachineExtruders/createExtruderTrainArjen Hiemstra
2017-04-18Make the UM3 work properlyArjen Hiemstra
2017-04-13Filter preferred materials by approximate material diameterfieldOfView
2017-04-10Merge branch 'master' into feature_support_top_bottom_speedGhostkeeper
2017-04-06Fix the hacked "getResolveOrValue" to return value always instead of resolveArjen Hiemstra
2017-04-04getResolveOrValue has become obsolete now that stack.getProperty can return a...Arjen Hiemstra
2017-03-30If we find multiple materials for a new extruder, prefer a read only materialJaime van Kessel
2017-03-20Split support_interface_enable into roof and bottomGhostkeeper
2017-03-17Allow printing support roof and bottom with different extrudersGhostkeeper
2017-03-13Fixed choosing a quality that is compatible with multiple extruders as fallba...Jack Ha
2017-02-15Merge branch 'master' into layer_view3_cleanupJack Ha
2017-02-13Merge branch 'master' into python_type_hintingSimon Edwards
2017-02-13Fix updating extruder names on machine switchGhostkeeper
2017-01-30Added extruder count detection to layer view. CURA-3273Jack Ha