mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 21:34:34 +08:00
Fix English tooltip and label for elefant_foot_min_width
This commit is contained in:
parent
77daa54b0c
commit
bfd79fc48c
@ -2444,9 +2444,9 @@ void PrintConfigDef::init_sla_params()
|
||||
def->set_default_value(new ConfigOptionFloat(0.0));
|
||||
|
||||
def = this->add("elefant_foot_min_width", coFloat);
|
||||
def->label = L("Elefant foot minimum width");
|
||||
def->label = L("Elephant foot minimum width");
|
||||
def->category = L("Advanced");
|
||||
def->tooltip = L("Minimum with of features to maintain when doing EFC");
|
||||
def->tooltip = L("Minimum width of features to maintain when doing elephant foot compensation.");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
Loading…
x
Reference in New Issue
Block a user