JSON: moved Standby Temp to dual_extrusion_settings (CURA-868)

This commit is contained in:
Tim Kuipers 2016-02-19 16:08:40 +01:00
parent f0e60d65ff
commit 7425c32aa4
2 changed files with 12 additions and 12 deletions

View File

@ -198,7 +198,18 @@
}
},
"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": {
"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.",

View File

@ -652,17 +652,6 @@
"default": "[[3.5,200],[7.0,240]]",
"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": {
"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.",