Adjusted the default support_points_minimal_distance to 1mm.

This commit is contained in:
bubnikv 2019-04-09 10:18:52 +02:00
parent 1fffae4e0b
commit 98120d01a3

View file

@ -2485,7 +2485,7 @@ void PrintConfigDef::init_sla_params()
def->tooltip = L("No support points will be placed closer than this threshold.");
def->sidetext = L("mm");
def->min = 0;
def->default_value = new ConfigOptionFloat(0.f);
def->default_value = new ConfigOptionFloat(1.f);
def = this->add("pad_enable", coBool);
def->label = L("Use pad");