mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-03 18:06:32 +08:00
Add new setting; reduce fan speed for overhangs.
Not properly tested yet. -- Engine code still under construction. part of CURA-11966
This commit is contained in:
parent
e6d2281f32
commit
9a2f868dbf
@ -4650,6 +4650,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cool_fan_speed_overhang_factor":
|
||||
{
|
||||
"label": "Fan Speed Overhang Factor",
|
||||
"description": "Factor to adjust the fan speed with when overhang walls are printed.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "200",
|
||||
"default_value": 100,
|
||||
"enabled": "cool_fan_enabled",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"cool_min_layer_time_fan_speed_max":
|
||||
{
|
||||
"label": "Regular/Maximum Fan Speed Threshold",
|
||||
|
@ -98,6 +98,7 @@ cool_min_layer_time
|
||||
cool_min_speed
|
||||
cool_lift_head
|
||||
cool_during_extruder_switch
|
||||
cool_fan_speed_overhang_factor
|
||||
|
||||
[support]
|
||||
support_enable
|
||||
|
Loading…
x
Reference in New Issue
Block a user