mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
fix: fix cooling overhang threshold (#2508)
This commit is contained in:
parent
eed0c28bd8
commit
d6c9463a31
2 changed files with 13 additions and 12 deletions
|
@ -291,7 +291,7 @@ CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(ForwardCompatibilitySubstitutionRule)
|
|||
|
||||
static const t_config_enum_values s_keys_map_OverhangFanThreshold = {
|
||||
{ "0%", Overhang_threshold_none },
|
||||
{ "10%", Overhang_threshold_1_4 },
|
||||
{ "10%", Overhang_threshold_1_4 },
|
||||
{ "25%", Overhang_threshold_2_4 },
|
||||
{ "50%", Overhang_threshold_3_4 },
|
||||
{ "75%", Overhang_threshold_4_4 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue