Applied printer-linter format

This commit is contained in:
TheSin- 2024-08-10 21:24:47 +00:00 committed by github-actions[bot]
parent 86576c6fbc
commit d896dd56b5
2 changed files with 14 additions and 14 deletions

View file

@ -39,6 +39,18 @@
"type": "float", "type": "float",
"unit": "mm" "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": "machine_extruder_cooling_fan_number":
{ {
"default_value": 0, "default_value": 0,
@ -131,18 +143,6 @@
"settable_per_meshgroup": false, "settable_per_meshgroup": false,
"type": "str" "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": "machine_extruder_start_code_duration":
{ {
"default_value": 0, "default_value": 0,
@ -312,4 +312,4 @@
"type": "category" "type": "category"
} }
} }
} }

View file

@ -9003,4 +9003,4 @@
} }
} }
} }
} }