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",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -9003,4 +9003,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue