Add upper limit on 1.0 to sla display gamma parameter.
This commit is contained in:
parent
45b81f1805
commit
b6f447980a
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue