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:
authorGhostkeeper <rubend@tutanota.com>2016-12-16 18:16:51 +0300
committerGhostkeeper <rubend@tutanota.com>2016-12-16 18:17:14 +0300
commit39c0a367b66c9f787e8ddee1ff1a75ad3bbb32af (patch)
treed40bcaf71be645602a6b11034f4713ced6feeaa6 /resources
parent0e31de3ed96fbe7cf23e0794d17777edad20e638 (diff)
Update documentation of this stack description I found
Not really related, but doesn't hurt. So... does not contribute to issue CURA-3157.
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Settings/SettingTextField.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml
index eada681627..427b482cea 100644
--- a/resources/qml/Settings/SettingTextField.qml
+++ b/resources/qml/Settings/SettingTextField.qml
@@ -113,7 +113,8 @@ SettingItem
// 2: quality
// 3: material -> user changed material in materialspage
// 4: variant
- // 5: machine
+ // 5: machine_changes
+ // 6: machine
if ((base.resolve != "None" && base.resolve) && (stackLevel != 0) && (stackLevel != 1)) {
// We have a resolve function. Indicates that the setting is not settable per extruder and that
// we have to choose between the resolved value (default) and the global value