mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:28:58 +08:00
JSON fix: resolveOrValue for retraction_combing (CURA-2410)
This commit is contained in:
parent
91bed05d63
commit
4c46985c75
@ -2146,7 +2146,7 @@
|
||||
"description": "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled.",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
"enabled": "retraction_combing != 'off'",
|
||||
"enabled": "resolveOrValue('retraction_combing') != 'off'",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
@ -2160,7 +2160,7 @@
|
||||
"value": "machine_nozzle_tip_outer_diameter / 2 * 1.25",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
||||
"enabled": "retraction_combing != 'off' and travel_avoid_other_parts",
|
||||
"enabled": "resolveOrValue('retraction_combing') != 'off' and travel_avoid_other_parts",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user