mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:55:55 +08:00
Add upper limit on 1.0 to sla display gamma parameter.
This commit is contained in:
parent
45b81f1805
commit
b6f447980a
@ -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…
x
Reference in New Issue
Block a user