Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
This commit is contained in:
commit
0228375512
1 changed files with 1 additions and 1 deletions
|
@ -2840,7 +2840,7 @@ void PrintConfigDef::init_sla_params()
|
|||
def->min = 45;
|
||||
def->max = 90;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(45.0));
|
||||
def->set_default_value(new ConfigOptionFloat(90.0));
|
||||
|
||||
def = this->add("pad_around_object", coBool);
|
||||
def->label = L("Pad around object");
|
||||
|
|
Loading…
Reference in a new issue