mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
remove duplicated bridge_angle
This commit is contained in:
parent
2e223551e4
commit
005038427a
1 changed files with 1 additions and 11 deletions
|
@ -679,7 +679,7 @@ void PrintConfigDef::init_fff_params()
|
||||||
def->set_default_value(new ConfigOptionEnumsGeneric{ (int)Overhang_threshold_bridge });
|
def->set_default_value(new ConfigOptionEnumsGeneric{ (int)Overhang_threshold_bridge });
|
||||||
|
|
||||||
def = this->add("bridge_angle", coFloat);
|
def = this->add("bridge_angle", coFloat);
|
||||||
def->label = L("Bridge direction");
|
def->label = L("Bridge infill direction");
|
||||||
def->category = L("Strength");
|
def->category = L("Strength");
|
||||||
def->tooltip = L("Bridging angle override. If left to zero, the bridging angle will be calculated "
|
def->tooltip = L("Bridging angle override. If left to zero, the bridging angle will be calculated "
|
||||||
"automatically. Otherwise the provided angle will be used for external bridges. "
|
"automatically. Otherwise the provided angle will be used for external bridges. "
|
||||||
|
@ -1384,16 +1384,6 @@ void PrintConfigDef::init_fff_params()
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionFloat(45));
|
def->set_default_value(new ConfigOptionFloat(45));
|
||||||
|
|
||||||
def = this->add("bridge_angle", coFloat);
|
|
||||||
def->label = L("Bridge infill direction");
|
|
||||||
def->category = L("Strength");
|
|
||||||
def->tooltip = L("Angle for bridge infill pattern, which controls the start or main direction of line");
|
|
||||||
def->sidetext = L("°");
|
|
||||||
def->min = 0;
|
|
||||||
def->max = 360;
|
|
||||||
def->mode = comAdvanced;
|
|
||||||
def->set_default_value(new ConfigOptionFloat(0));
|
|
||||||
|
|
||||||
def = this->add("sparse_infill_density", coPercent);
|
def = this->add("sparse_infill_density", coPercent);
|
||||||
def->label = L("Sparse infill density");
|
def->label = L("Sparse infill density");
|
||||||
def->category = L("Strength");
|
def->category = L("Strength");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue