mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: move overhang fan speed to advanced group
Show these two settings in advanced mode Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ic7ef16ef3a9940d81839cce15de05bf6e32d9315
This commit is contained in:
parent
65cbccb219
commit
ee16e75a9c
1 changed files with 2 additions and 2 deletions
|
@ -476,7 +476,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->sidetext = L("%");
|
||||
def->min = 0;
|
||||
def->max = 100;
|
||||
def->mode = comDevelop;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionInts { 100 });
|
||||
|
||||
def = this->add("overhang_fan_threshold", coEnums);
|
||||
|
@ -485,7 +485,7 @@ void PrintConfigDef::init_fff_params()
|
|||
"Expressed as percentage which indicides how much width of the line without support from lower layer");
|
||||
def->sidetext = L("");
|
||||
def->enum_keys_map = &s_keys_map_OverhangFanThreshold;
|
||||
def->mode = comDevelop;
|
||||
def->mode = comAdvanced;
|
||||
def->enum_values.emplace_back("5%");
|
||||
def->enum_values.emplace_back("25%");
|
||||
def->enum_values.emplace_back("50%");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue