mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +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->set_default_value(new ConfigOptionInt(1));
|
||||||
|
|
||||||
def = this->add("elefant_foot_layers_density", coPercent);
|
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->category = L("Quality");
|
||||||
def->tooltip = L("Density of internal solid infill for elefant foot layers compensation. "
|
def->tooltip = L("Density of internal solid infill for Elephant foot layers compensation.\n"
|
||||||
"The initial value for the second layer is set. "
|
"The initial value for the second layer is set.\n"
|
||||||
"Subsequent layers become linearly denser by the height specified in elefant_foot_compensation_layers. ");
|
"Subsequent layers become linearly denser by the height specified in elefant_foot_compensation_layers.");
|
||||||
def->sidetext = "%";
|
def->sidetext = "%";
|
||||||
def->min = 50;
|
def->min = 50;
|
||||||
def->max = 100;
|
def->max = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user