mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:45:55 +08:00
Merge pull request #3697 from smartavionics/mb-supported-skin-fan
Added support_fan_enable and support_supported_skin_fan_speed settings.
This commit is contained in:
commit
9bf4541e06
@ -4247,6 +4247,27 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"support_fan_enable":
|
||||||
|
{
|
||||||
|
"label": "Fan Speed Override",
|
||||||
|
"description": "When enabled, the print cooling fan speed is altered for the skin regions immediately above the support.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"enabled": "support_enable",
|
||||||
|
"settable_per_mesh": false
|
||||||
|
},
|
||||||
|
"support_supported_skin_fan_speed":
|
||||||
|
{
|
||||||
|
"label": "Supported Skin Fan Speed",
|
||||||
|
"description": "Percentage fan speed to use when printing the skin regions immediately above the support. Using a high fan speed can make the support easier to remove.",
|
||||||
|
"unit": "%",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value": "100",
|
||||||
|
"default_value": 100,
|
||||||
|
"type": "float",
|
||||||
|
"enabled": "support_enable and support_fan_enable",
|
||||||
|
"settable_per_mesh": false
|
||||||
|
},
|
||||||
"support_use_towers":
|
"support_use_towers":
|
||||||
{
|
{
|
||||||
"label": "Use Towers",
|
"label": "Use Towers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user