mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 15:01:58 +08:00
"Area fill" is changed to "Area fill threshold"
This commit is contained in:
parent
f35f34376c
commit
5e78f5e52b
@ -3901,10 +3901,10 @@ void PrintConfigDef::init_sla_params()
|
||||
def->set_default_value(new ConfigOptionFloat(10.));
|
||||
|
||||
def = this->add("area_fill", coFloat);
|
||||
def->label = L("Area fill");
|
||||
def->label = L("Area fill threshold");
|
||||
def->tooltip = L("The value is expressed as a percentage of the bed area. If the area of a particular layer "
|
||||
"is smaller than 'area_fill', then 'Below area fill' parameters are used to determine the "
|
||||
"layer separation (tearing) procedure. Otherwise 'Above area fill' parameters are used.");
|
||||
"is smaller than 'area_fill', then 'Below area fill threshold' parameters are used to determine the "
|
||||
"layer separation (tearing) procedure. Otherwise 'Above area fill threshold' parameters are used.");
|
||||
def->sidetext = L("%");
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
Loading…
x
Reference in New Issue
Block a user