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-17CURA-4457 Add parenthesis in conditional statementDiego Prado Gesto
2017-10-13CURA-4450 Updating UI after removing printerDiego Prado Gesto
When removing a printer, the new one was activated but not signals were emitted so the UI didn't update correctly. Now the printer is added and signals are emitted.
2017-10-13Merge branch 'CURA-4358_buildplate' into 3.0Diego Prado Gesto
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 the case when active_extruder is NoneLipu Fei
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-10-05Add some comments to better understand the code - CURA-4404Diego Prado Gesto
2017-10-05Fix extruder stacks list handling in profile modelsLipu Fei
CURA-4404
2017-10-03Naming of new machines now uses correct ordering againJaime van Kessel
CURA-4408
2017-10-02Added missing activeStack changed signalJaime van Kessel
This fixes some issues with the recommended view when the first machine is added. CURA-4403
2017-10-02Minor code changes - CURA-4395Diego Prado Gesto
2017-09-29Now empty message in materials and variants doesn't appear - CURA-4377Diego Prado Gesto
2017-09-29Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura ↵Jaime van Kessel
into 3.0
2017-09-29Fixed code style and machine default name is retrieved from machine definitionA.Sasin
CURA-4345
2017-09-29Added some comments to the code and minor changes - CURA-4386 CURA-4379Diego Prado Gesto
2017-09-29Fix calling loggersGhostkeeper
Because UM.Logger is a module, not the Logger class.
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-28Comment out visibility of flow temperature graphGhostkeeper
Apparently it's not allowed to be in there. By being commented out I hope that a future developer won't make the same mistake and add it there to be editable in the interface.
2017-09-28Merge branch '3.0' of github.com:Ultimaker/cura into 3.0alekseisasin
2017-09-28During adding a new printer the printer name generated from default name and ↵alekseisasin
not from custom name (changed by user) CURA-4345
2017-09-28modified some code to fix the multiple extrusion issues - CURA-4379Diego Prado Gesto
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-09-25Merge branch 'custom_profiles' into 3.0Diego Prado Gesto
2017-09-25Solved the issue with the slider that was no showing in gray the unavailable ↵Diego Prado Gesto
profiles - CURA-4327
2017-09-25Change behavior when there is no suitable item - CURA-4327Diego Prado Gesto
2017-09-22Working on fixing several issues with profiles - CURA-4327Diego Prado Gesto
2017-09-22Merge branch '3.0'Ghostkeeper
2017-09-22Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0Ghostkeeper
Contributes to issue CURA-4357.
2017-09-22Fix type hinting importsGhostkeeper
Because circular imports. I hate our current import technique... Contributes to issue CURA-4357.
2017-09-22Add type hinting of return valuesGhostkeeper
I thought this might help find some bugs there. Contributes to issue CURA-4357.
2017-09-22Merge changesDiego Prado Gesto
2017-09-22Reverted changes done that makes sliders fail - CURA-4327Diego Prado Gesto
2017-09-22getActiveGlobalAndContainerStacks may return NoneGhostkeeper
Change the code to reflect on this. Mostly this is to fix up the type warnings, because we were already checking for there being no global container stack but that was not thread-safe. Contributes to issue CURA-4357.
2017-09-22Correct signature of activeMachineGhostkeeper
Because there isn't always a global container stack. Contributes to issue CURA-4357.
2017-09-22Merge branch '3.0'Ghostkeeper
2017-09-22small code fixesChrisTerBeke
2017-09-21Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0ChrisTerBeke
2017-09-21code cleanupChrisTerBeke
2017-09-21Detecting whether the profile is created for multiple extrusion printers or ↵Diego Prado Gesto
not - CURA-4327
2017-09-21Better title for export succeeded messageGhostkeeper
2017-09-20After disconnect a signal, now is reconnected the correct one - CURA-4327Diego Prado Gesto
2017-09-20Custom profiles are now shown in the preference panel - CURA-4327Diego Prado Gesto
2017-09-18Sync setting visibility with XmlMaterialProfileGhostkeeper
This is why we shouldn't do double-data.
2017-09-13Add "available" flag for quality profilesLipu Fei
CURA-4182 Add "available" flag for quality profile model so the slider can use it to show available and unavailable profiles.
2017-09-13Added Title for messagesalekseisasin
CURA-4203
2017-08-28Merge branch 'master' into feature_dark_colours_iconsLipu Fei
2017-08-28Merge branch '2.7'Ghostkeeper
2017-08-28Import Application instead of inline import CuraApplicationLipu Fei
CURA-4186