mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
JSON fix: combing mode default enum value (CURA-694)
This commit is contained in:
parent
3e94c37f57
commit
6799a76a7c
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@
|
|||
"all": "All",
|
||||
"noskin": "No Skin"
|
||||
},
|
||||
"default": true,
|
||||
"default": "all",
|
||||
"visible": false,
|
||||
"global_only": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue