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
2017-10-11Fix retrieving setting values with "extruderValues()" and "resolveOrValue()"Diego Prado Gesto
CURA-4358 Using the context for override the extruderValues() and resolveOrValue() functions, for getting the correct values. Also indicate in the context to skip the first container in the stacks (user container)
2017-10-09Fix retrieving default values with "extruderValue()"Lipu Fei
CURA-4358 Use evaluation context to override the default extruderValue() function with getDefaultExtruderValue() so it can get the correct default values from each extruder.
2017-09-29Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura ↵Jaime van Kessel
into 3.0
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
fixes a problem when Cura starts with a single extruder printer but the user then choose a multiextruder printer - CURA-4386 Also added a quality definition in UM3E extruder with the ids of the UM3 extruders, so that the profiles for UM3 are also valid for UM3E and viceversa - CURA-4389 All are related issues with profiles and multiextruder printers
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
- CURA-4359
2017-08-14Remove wall_extruder_nr from ExtruderManager.getUsedExtruderStacksLipu Fei
CURA-4145
2017-07-21fix: account for roofing extruder when checking which extruder is used ↵Tim Kuipers
(CURA-4069, CURA-3940)
2017-07-21Do not check support_interface_extruder_nr if it is usedLipu Fei
CURA-4069 support_bottom_extruder_nr and support_roof_extruder_nr are the support interface extruder numbers, so checking those two is enough and there is no need to check the interface extruder number.
2017-07-21Use extruder_nr as integers for comparisonLipu Fei
CURA-4069
2017-07-21Check all limit_to_extruder features in getUsedExtruderStacks()Lipu Fei
CURA-4069 getUsedExtruderStacks() doesn't take into account some new limit to extruder features, The BuildVolume uses it to determine disallowed areas, and this makes it give incorrect results.
2017-06-26No longer crash when trying to get non existing extruder stacksJaime van Kessel
CURA-3953
2017-06-14Fix filtering maerials after editing materialsfieldOfView
NB: previously the "approximate_diameter" metadata was stored as a number. This caused some issues passing arguments from QML to Python. Now "approximate_diameter" is stored as a string.
2017-05-22Modify parameter types from DefinitionContainer to DefinitionContainerInterfaceGhostkeeper
It may also be any other class that implements the Definition Container Interface. Not really related to CURA-3803 but I'm putting it there anyway as I found it during that development.
2017-05-18selectedObjectExtruders should handle no extruder caseLipu Fei
CURA-3756
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
CURA-3756
2017-05-17When removing a machine's extruders, also clean up _extruder_trainsLipu Fei
CURA-3756
2017-05-17Minor code refactoring in ExtruderManagerLipu Fei
CURA-3756
2017-05-16Fix circular import problem caused by moving SettingVersion into CuraApplicationLipu Fei
CURA-3756
2017-05-16Fix version upgrade for project loadingLipu Fei
CURA-3756
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 ↵Jaime van Kessel
container with specific type
2017-05-15Add setting_version every time we create InstanceContainerGhostkeeper
Except when we fill the instancecontainer via deserialising. Because then we want to retain the original version number. Contributes to issue CURA-3427.
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
extrudervalues() would include the values of extruders whose position >= machine_extruder_count. This can happen in machine definitions that have more extruders than machine_extruder_count, eg Custom FDM printer.
2017-05-08Fix crashing Cura when switching multi extruder machine to single extruder ↵Jack Ha
machine while object selected. CURA-3776
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
Contributes to issue CURA-3491.
2017-04-25Removed commented out code. CURA-3497Jack Ha
2017-04-24Also search through groups when figuring out the extruders of the selectionArjen Hiemstra
Contributes to CURA-3609
2017-04-20Add a selectedObjectExtruders property to ExtruderManagerArjen Hiemstra
It exposes a list of the extruders used by the current selection. Contributes to CURA-3609
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 ↵Arjen Hiemstra
a resolve
2017-03-30If we find multiple materials for a new extruder, prefer a read only materialJaime van Kessel
CURA-3147
2017-03-20Split support_interface_enable into roof and bottomGhostkeeper
You can activate the roof and bottom separately now. If you want, of course. The original interface setting sets both of them unless overwritten. Contributes to issue CURA-3491.
2017-03-17Allow printing support roof and bottom with different extrudersGhostkeeper
Note that currently the support_interface_extruder_nr is still used by the engine for some things and therefore the build volume calculations may not be 100% correct. I'll fix that up soon. Contributes to issue CURA-3491.
2017-03-13Fixed choosing a quality that is compatible with multiple extruders as ↵Jack Ha
fallback. CURA-3510
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
The extruder name is asked from the extruder manager, so that the signal from extruder manager properly updates it once the new name is available. Contributes to issue CURA-3161.
2017-01-30Added extruder count detection to layer view. CURA-3273Jack Ha