1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix default hard coded parameters for SLA

fixes #3650
This commit is contained in:
tamasmeszaros
2020-02-18 15:39:30 +01:00
parent 25d6818fc7
commit 726f645f84
+1 -1
View File
@@ -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");