mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:45:55 +08:00
JSON: moved Standby Temp to dual_extrusion_settings (CURA-868)
This commit is contained in:
parent
f0e60d65ff
commit
7425c32aa4
@ -199,6 +199,17 @@
|
|||||||
},
|
},
|
||||||
"material": {
|
"material": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"material_standby_temperature": {
|
||||||
|
"label": "Standby Temperature",
|
||||||
|
"description": "The temperature of the nozzle when another nozzle is currently used for printing.",
|
||||||
|
"unit": "°C",
|
||||||
|
"type": "float",
|
||||||
|
"default": 150,
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value_warning": "260",
|
||||||
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
"switch_extruder_retraction_amount": {
|
"switch_extruder_retraction_amount": {
|
||||||
"label": "Nozzle Switch Retraction Distance",
|
"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.",
|
"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.",
|
||||||
|
@ -652,17 +652,6 @@
|
|||||||
"default": "[[3.5,200],[7.0,240]]",
|
"default": "[[3.5,200],[7.0,240]]",
|
||||||
"enabled": "material_flow_dependent_temperature"
|
"enabled": "material_flow_dependent_temperature"
|
||||||
},
|
},
|
||||||
"material_standby_temperature": {
|
|
||||||
"label": "Standby Temperature",
|
|
||||||
"description": "The temperature of the nozzle when another nozzle is currently used for printing.",
|
|
||||||
"unit": "°C",
|
|
||||||
"type": "float",
|
|
||||||
"default": 150,
|
|
||||||
"min_value": "0",
|
|
||||||
"max_value_warning": "260",
|
|
||||||
"global_only": "print_sequence != \"one_at_a_time\"",
|
|
||||||
"visible": false
|
|
||||||
},
|
|
||||||
"material_extrusion_cool_down_speed": {
|
"material_extrusion_cool_down_speed": {
|
||||||
"label": "Extrusion Cool Down Speed Modifier",
|
"label": "Extrusion Cool Down Speed Modifier",
|
||||||
"description": "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding.",
|
"description": "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user