diff --git a/resources/machines/dual_extrusion_printer.json b/resources/machines/dual_extrusion_printer.json index 4fce15a802..bc675ad40b 100644 --- a/resources/machines/dual_extrusion_printer.json +++ b/resources/machines/dual_extrusion_printer.json @@ -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.", diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 9be4847494..cbd7089976 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -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.",