mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
JSON fix: made retraction_combing not editable per mesh any more (CURA-1134)
Whether combing is no_skin now actually is retrieved globally
This commit is contained in:
parent
a8547ed8be
commit
6b56d472e0
@ -2297,7 +2297,7 @@
|
||||
},
|
||||
"default_value": "all",
|
||||
"resolve": "'noskin' if 'noskin' in extruderValues('retraction_combing') else ('all' if 'all' in extruderValues('retraction_combing') else 'off')",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"travel_avoid_other_parts":
|
||||
|
Loading…
x
Reference in New Issue
Block a user