mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
renamed extruder_switch_retract settings and support_extruder_nr_layer_0
This commit is contained in:
parent
bdc1ec9047
commit
196cf2bf51
1 changed files with 13 additions and 4 deletions
|
@ -780,7 +780,7 @@
|
|||
"value": true
|
||||
}
|
||||
},
|
||||
"machine_switch_extruder_retraction_amount": {
|
||||
"switch_extruder_retraction_amount": {
|
||||
"label": "Nozzle Switch Retraction Distance",
|
||||
"description": "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone.",
|
||||
"unit": "mm",
|
||||
|
@ -793,7 +793,7 @@
|
|||
"value": true
|
||||
}
|
||||
},
|
||||
"machine_switch_extruder_retraction_speed": {
|
||||
"switch_extruder_retraction_speed": {
|
||||
"label": "Nozzle Switch Retraction Speed",
|
||||
"description": "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding.",
|
||||
"unit": "mm/s",
|
||||
|
@ -806,7 +806,7 @@
|
|||
"value": true
|
||||
},
|
||||
"children": {
|
||||
"machine_switch_extruder_retraction_speed": {
|
||||
"switch_extruder_retraction_speed": {
|
||||
"label": "Nozzle Switch Retract Speed",
|
||||
"description": "The speed at which the filament is retracted during a nozzle switch retract. ",
|
||||
"unit": "mm/s",
|
||||
|
@ -818,7 +818,7 @@
|
|||
"value": true
|
||||
}
|
||||
},
|
||||
"machine_switch_extruder_prime_speed": {
|
||||
"switch_extruder_prime_speed": {
|
||||
"label": "Nozzle Switch Prime Speed",
|
||||
"description": "The speed at which the filament is pushed back after a nozzle switch retraction.",
|
||||
"unit": "mm/s",
|
||||
|
@ -1677,6 +1677,15 @@
|
|||
"max_value": 16,
|
||||
"inherit_function": "extruder_nr",
|
||||
"children": {
|
||||
"support_extruder_nr_layer_0": {
|
||||
"label": "First Layer Support Extruder",
|
||||
"description": "The extruder train to use for printing the first layer of support. This is used in multi-extrusion.",
|
||||
"type": "int",
|
||||
"default": 0,
|
||||
"min_value": 0,
|
||||
"max_value": 16,
|
||||
"inherit": true
|
||||
},
|
||||
"support_roof_extruder_nr": {
|
||||
"label": "Hammock Extruder",
|
||||
"description": "The extruder train to use for printing the hammock. This is used in multi-extrusion.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue