mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
EFC Density description (#13476)
This commit is contained in:
@@ -696,11 +696,11 @@ void PrintConfigDef::init_common_params()
|
||||
def->set_default_value(new ConfigOptionInt(1));
|
||||
|
||||
def = this->add("elefant_foot_layers_density", coPercent);
|
||||
def->label = L("Elefant foot layers density");
|
||||
def->label = L("Elephant foot layers density");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("Density of internal solid infill for elefant foot layers compensation. "
|
||||
"The initial value for the second layer is set. "
|
||||
"Subsequent layers become linearly denser by the height specified in elefant_foot_compensation_layers. ");
|
||||
def->tooltip = L("Density of internal solid infill for Elephant foot layers compensation.\n"
|
||||
"The initial value for the second layer is set.\n"
|
||||
"Subsequent layers become linearly denser by the height specified in elefant_foot_compensation_layers.");
|
||||
def->sidetext = "%";
|
||||
def->min = 50;
|
||||
def->max = 100;
|
||||
|
||||
Reference in New Issue
Block a user