Revert to previous setting value for support_extruder_nr

CURA-10643
This commit is contained in:
c.lamboo 2023-06-14 10:40:26 +02:00
parent 559772e178
commit 6a9a03f698

View File

@ -4490,13 +4490,11 @@
"type": "extruder",
"default_value": "0",
"enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1",
"value": "int(anyExtruderNrWithOrDefault('material_is_support_material'))",
"value": "int(defaultExtruderPosition())",
"settable_per_mesh": false,
"settable_per_extruder": false,
"children":
{
"support_infill_extruder_nr":
{
"children": {
"support_infill_extruder_nr": {
"label": "Support Infill Extruder",
"description": "The extruder train to use for printing the infill of the support. This is used in multi-extrusion.",
"type": "extruder",