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.",