Adjusted the default support_points_minimal_distance to 1mm.
This commit is contained in:
parent
1fffae4e0b
commit
98120d01a3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue