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
diff options
context:
space:
mode:
Diffstat (limited to 'docs/profiles/profiles.md')
-rw-r--r--docs/profiles/profiles.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/profiles/profiles.md b/docs/profiles/profiles.md
index 5428511d01..b2c0f8960f 100644
--- a/docs/profiles/profiles.md
+++ b/docs/profiles/profiles.md
@@ -6,6 +6,7 @@ Index
----
The following pages describe the profile and setting system of Cura:
* [Container Stacks](container_stacks.md): Which profiles can be swapped out and how they are ordered when evaluating a setting.
+* [Setting Properties](setting_properties.md): What properties can each setting have?
Glossary
----
@@ -24,4 +25,5 @@ The terminology for these profiles is not always obvious. Here is a glossary of
* **User profile:** A profile containing the settings that the user has changed, but not yet saved to a profile.
* **Variant profile:** A profile containing some overrides that allow the user to select variants of the definition. As of this writing this is only used for the nozzles.
* **Quality level:** A measure of quality where the user can select from, for instance "normal", "fast", "high". When selecting a quality level, Cura will select a matching quality profile for each extruder.
-* **Quality type:** Alternative name for *quality level*. This name is used in the code more often, but this documentation prefers the term "quality level". \ No newline at end of file
+* **Quality type:** Alternative name for *quality level*. This name is used in the code more often, but this documentation prefers the term "quality level".
+* **Inheritance function:** A function through which the `value` of a setting is calculated. This may depend on other settings. \ No newline at end of file