mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 15:45:54 +08:00
Rename 'No Skin' to 'Not in Skin'
It's a bit more clear, as discussed in #3115. To actually change the functionality requires a bit more effort for which I'll need to make a ticket.
This commit is contained in:
parent
6d2e49c228
commit
13f63a7051
@ -3281,7 +3281,7 @@
|
|||||||
{
|
{
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"noskin": "No Skin"
|
"noskin": "Not in Skin"
|
||||||
},
|
},
|
||||||
"default_value": "all",
|
"default_value": "all",
|
||||||
"resolve": "'noskin' if 'noskin' in extruderValues('retraction_combing') else ('all' if 'all' in extruderValues('retraction_combing') else 'off')",
|
"resolve": "'noskin' if 'noskin' in extruderValues('retraction_combing') else ('all' if 'all' in extruderValues('retraction_combing') else 'off')",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user