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
path: root/cura
AgeCommit message (Collapse)Author
2016-10-31Internal docs.Simon Edwards
CURA-2852 Activating customised material will not duplicate UM2+ profiles
2016-10-31FindQUalityByName now also uses fallback generic materials if no result was ↵Jaime van Kessel
found CURA-2852
2016-10-31Internal docs.Simon Edwards
CURA-2823 Maximum build volume not met despite disabled settings
2016-10-31Fix documentation for getAllExtruderSettingsGhostkeeper
Didn't complete it previously. Oops. Contributes to issue CURA-2823.
2016-10-28Use settings from all extruders for radius of moves from wallsGhostkeeper
It computes the maximum move distance from the outer walls for all extruders, not just the platform adhesion extruder. Contributes to issue CURA-2823.
2016-10-28Add function to get other properties than values from all extrudersGhostkeeper
I've made sure that the behaviour of getAllExtruderValues remains the same, so that this function may still be used by other pieces of code. It is now just a special case of getAllExtruderSettings. Please suggest a better naming scheme, if you like. Contributes to issue CURA-2823.
2016-10-28Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3Jaime van Kessel
2016-10-28Fixed blurSettingJaime van Kessel
CURA-2835
2016-10-28Make regex match exactly on entire stringGhostkeeper
The carot indicates start of string, the dollar the end of string. So it must match on the entire string, not a piece of it. Contributes to issue CURA-2692.
2016-10-28Remove debug printsGhostkeeper
Oops. Contributes to issue CURA-2692.
2016-10-28Remove misguided attempt at representing UTF-8 encode lengthGhostkeeper
It was commented out anyway. I also updated the documentation there. Contributes to issue CURA-2692.
2016-10-27Limit number of special charactersGhostkeeper
There is also a more advanced attempt that allows more, but I've commented it out because it doesn't quite work yet. Special characters now always count for 12. Contributes to issue CURA-2652.
2016-10-27Add validator for machine namesGhostkeeper
Currently this validator can't be used in QML due to a PyQt bug. I plan to call the validator manually upon receiving a signal that the text changed in a text box. Contributes to issue CURA-2692.
2016-10-27Profiles model is now a singleton, to prevent the agressive garbage ↵Jaime van Kessel
collecting to break stuff CURA-2826
2016-10-27Fix errors when switching from UM3 to UM2.fieldOfView
2016-10-27Travel_avoid_distance and support_offset are only taken into account if ↵Jaime van Kessel
respecive feature is active We used to always add them, but now we check if support_enable and travel_avoid_other_parts are enabled CURA-2823
2016-10-26Inheritance icon is correctly shown for single extrusion printers if setting ↵Jaime van Kessel
has limit_to_extruder property CURA-2752
2016-10-26Prevent race condition before global container stack is madeGhostkeeper
Just properly check if there is a global container stack.
2016-10-25Fixed logger isuse with importing profileJaime van Kessel
CURA-2785
2016-10-25Add fallback if no unit is known for layer_heightGhostkeeper
If there is no unit known, it is interpreted as there being no unit. There is currently mm, but if we changed that it is probably on purpose so we write no unit. Contributes to issue CURA-2723.
2016-10-25Fixed critical errors when first adding UM3Jaime van Kessel
2016-10-25Added handling for key not found in extruder mapJaime van Kessel
2016-10-24Fix call to _configureProfileGhostkeeper
The footprint of the function changed, but the call wasn't updated, apparently. I pulled new_name up from one of the if-statements since they need to be computed for both branches now (and they are the same). Contributes to issue CURA-2785.
2016-10-24Add a method to get overrides for a specified (extruder)stackArjen Hiemstra
Since the main getOverrides method only accounts for the active extruder and we sometimes need to check other extruders in case of limit_to_extruder. Contributes to CURA-2752
2016-10-24Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3Jaime van Kessel
2016-10-24Remove manually specified utf-8 encodingArjen Hiemstra
Since SaveFile now defaults to UTF-8
2016-10-24Merge branch 'global_quality_profiles' of github.com:Ultimaker/Cura into 2.3Jaime van Kessel
2016-10-24Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3Jaime van Kessel
2016-10-24SettingInstanceManager now also watches containerchanged of extruder stacksJaime van Kessel
CURA-2674
2016-10-24Use the machine/extruder ID as base for duplicated profile IDArjen Hiemstra
Instead of using the ID of the duplicated container, which would cause the profile ID to be the old ID with the new ID appended. Fixes CURA-2782
2016-10-24Fix "critical" error when starting with no active machinefieldOfView
2016-10-24Account for empty material when switching quality changesArjen Hiemstra
Contributes to CURA-2652
2016-10-24Set the global variant and material to empty for multi-extrusion machinesArjen Hiemstra
For multi-extrusion machines, we do not want variant or material profiles in the stack, because these are extruder specific and may cause wrong values to be used for extruders that did not specify a value in the extruder. Contributes to CURA-2652
2016-10-24Also properly set global profile when changing quality_changes profilesArjen Hiemstra
Contributes to CURA-2652
2016-10-24Add support for global quality profilesArjen Hiemstra
Instead of using one of the extruder profiles as global quality, use proper global qualities. Contributes to CURA-2646
2016-10-21Dynamically get unit of layer heightGhostkeeper
If the unit of layer height would become something else than mm eventually, it'll still be correct here. Contributes to issue CURA-2737.
2016-10-21Add layer height role to profiles modelGhostkeeper
This layer height computation is rather complex, but because the items are now computed in a separate function, we can safely overwrite that and the update is made only once in the UI. Contributes to issue CURA-2737.
2016-10-21Expose determineQualityAndQualityChangesForQualityTypeGhostkeeper
It is needed to get the quality belonging to a certain quality changes ID that is not on the global stack. We already had this function that does just that. Contributes to issue CURA-2737.
2016-10-21Robustly get layer height even if quality has noneGhostkeeper
If the quality profile doesn't define a layer height (which it currently always has) then this should still get the proper layer height. It proceeds properly down the stack now. Contributes to issue CURA-2737.
2016-10-20Add property to get the current profile's layer heightGhostkeeper
This will then be displayed in the profile selection menu. Contributes to issue CURA-2723.
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-18Fixed for the inheritance icon and custom profiles.Simon Edwards
CURA-2674 Inheritance icon not shown for saved profile.
2016-10-18ConvexHull decorater no longer crashes if node has no MeshDataJaime van Kessel
Fixes CURA-2706
2016-10-16Revert buttons now work for single extrusion machines againJaime van Kessel
2016-10-16Fixed importing profiles for machines with inheritanceJaime van Kessel
2016-10-15Quality_changes are now taken into account for UM3ExtendedJaime van Kessel
CURA-2690
2016-10-15Use globalProfileId to check if we need to show changed settingsJaime van Kessel
CURA-2690
2016-10-13Take 'linked' settings into account when reverting.Simon Edwards
CURA-2640 Restore to default not per extruder
2016-10-13Only reset the setting for the currently selected extruder.Simon Edwards
CURA-2640 Restore to default not per extruder