mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Applied printer-linter format
This commit is contained in:
parent
86576c6fbc
commit
d896dd56b5
2 changed files with 14 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue