This commit is contained in:
bubnikv 2019-10-01 17:17:20 +02:00
commit 546ad99306
3 changed files with 6 additions and 3 deletions

View file

@ -2392,6 +2392,7 @@ void PrintConfigDef::init_sla_params()
"the threshold in the middle. This behaviour eliminates "
"antialiasing without losing holes in polygons.");
def->min = 0;
def->max = 1;
def->mode = comExpert;
def->set_default_value(new ConfigOptionFloat(1.0));