mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Update documentation of this stack description I found
Not really related, but doesn't hurt. So... does not contribute to issue CURA-3157.
This commit is contained in:
parent
0e31de3ed9
commit
39c0a367b6
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ SettingItem
|
||||||
// 2: quality
|
// 2: quality
|
||||||
// 3: material -> user changed material in materialspage
|
// 3: material -> user changed material in materialspage
|
||||||
// 4: variant
|
// 4: variant
|
||||||
// 5: machine
|
// 5: machine_changes
|
||||||
|
// 6: machine
|
||||||
if ((base.resolve != "None" && base.resolve) && (stackLevel != 0) && (stackLevel != 1)) {
|
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 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
|
// we have to choose between the resolved value (default) and the global value
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue