From 772fd650a23f418a0d43ca5b931a772c17982ff6 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 24 Apr 2020 19:22:37 +0200 Subject: Add page about the available setting properties This then replaces the last bit of information in Cura_Data_Model.odg so I'll remove that one. --- docs/profiles/profiles.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/profiles/profiles.md') 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 -- cgit v1.2.3