mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
feat: cool_fan_speed_0 (CURA-2182)
This commit is contained in:
parent
4c89e8253f
commit
e40abb5d37
1 changed files with 15 additions and 1 deletions
|
|
@ -2373,6 +2373,20 @@
|
||||||
"settable_per_extruder": true,
|
"settable_per_extruder": true,
|
||||||
"children":
|
"children":
|
||||||
{
|
{
|
||||||
|
"cool_fan_speed_0":
|
||||||
|
{
|
||||||
|
"label": "Initial Fan Speed",
|
||||||
|
"description": "The speed at which the fans spin at the start of the print. In subsequent layers the fan speed is gradually increased up to the layer corresponding to Regular Fan Speed at Height.",
|
||||||
|
"unit": "%",
|
||||||
|
"type": "float",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value": "100",
|
||||||
|
"value": "cool_fan_speed",
|
||||||
|
"default_value": 100,
|
||||||
|
"enabled": "cool_fan_enabled",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
|
},
|
||||||
"cool_fan_speed_min":
|
"cool_fan_speed_min":
|
||||||
{
|
{
|
||||||
"label": "Regular Fan Speed",
|
"label": "Regular Fan Speed",
|
||||||
|
|
@ -2418,7 +2432,7 @@
|
||||||
"cool_fan_full_at_height":
|
"cool_fan_full_at_height":
|
||||||
{
|
{
|
||||||
"label": "Regular Fan Speed at Height",
|
"label": "Regular Fan Speed at Height",
|
||||||
"description": "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from zero to regular fan speed.",
|
"description": "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.5,
|
"default_value": 0.5,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue