diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json index dc7929f090..fa87157ef6 100644 --- a/resources/definitions/fdmextruder.def.json +++ b/resources/definitions/fdmextruder.def.json @@ -39,6 +39,18 @@ "type": "float", "unit": "mm" }, + "machine_extruder_change_duration": + { + "default_value": 0, + "description": "When using a multi tool setup, this value is the tool change time in seconds. This value will be added to the estimate time based on the number of changes that occur.", + "label": "Extruder Change duration", + "minimum_value": "0", + "settable_globally": false, + "settable_per_extruder": true, + "settable_per_mesh": false, + "settable_per_meshgroup": false, + "type": "float" + }, "machine_extruder_cooling_fan_number": { "default_value": 0, @@ -131,18 +143,6 @@ "settable_per_meshgroup": false, "type": "str" }, - "machine_extruder_change_duration": - { - "default_value": 0, - "description": "When using a multi tool setup, this value is the tool change time in seconds. This value will be added to the estimate time based on the number of changes that occur.", - "label": "Extruder Change duration", - "minimum_value": "0", - "settable_globally": false, - "settable_per_extruder": true, - "settable_per_mesh": false, - "settable_per_meshgroup": false, - "type": "float" - }, "machine_extruder_start_code_duration": { "default_value": 0, @@ -312,4 +312,4 @@ "type": "category" } } -} +} \ No newline at end of file diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 0adb64b16f..1231910b37 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -9003,4 +9003,4 @@ } } } -} +} \ No newline at end of file