mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08:00
Revert to previous setting value for support_extruder_nr
CURA-10643
This commit is contained in:
parent
559772e178
commit
6a9a03f698
@ -4490,13 +4490,11 @@
|
|||||||
"type": "extruder",
|
"type": "extruder",
|
||||||
"default_value": "0",
|
"default_value": "0",
|
||||||
"enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1",
|
"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_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"children":
|
"children": {
|
||||||
{
|
"support_infill_extruder_nr": {
|
||||||
"support_infill_extruder_nr":
|
|
||||||
{
|
|
||||||
"label": "Support Infill Extruder",
|
"label": "Support Infill Extruder",
|
||||||
"description": "The extruder train to use for printing the infill of the support. This is used in multi-extrusion.",
|
"description": "The extruder train to use for printing the infill of the support. This is used in multi-extrusion.",
|
||||||
"type": "extruder",
|
"type": "extruder",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user