mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Give smooth an intent and increment setting_version
Smooth needs an intent because otherwise it gets the default intent. None of the default intents are allowed to have files. Contributes to issue CURA-6597.
This commit is contained in:
parent
3f29bce263
commit
36971f0058
2 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,9 @@ name = Smooth (TEST INTENT)
|
|||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 8
|
||||
type = intent
|
||||
intent_category = smooth
|
||||
|
||||
[values]
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ name = Strong (TEST INTENT)
|
|||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 8
|
||||
type = intent
|
||||
intent_category = engineering
|
||||
quality_type = draft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue