mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue