mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-04 16:45:09 +08:00
Adjusted the default support_points_minimal_distance to 1mm.
This commit is contained in:
parent
1fffae4e0b
commit
98120d01a3
@ -2485,7 +2485,7 @@ void PrintConfigDef::init_sla_params()
|
|||||||
def->tooltip = L("No support points will be placed closer than this threshold.");
|
def->tooltip = L("No support points will be placed closer than this threshold.");
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->default_value = new ConfigOptionFloat(0.f);
|
def->default_value = new ConfigOptionFloat(1.f);
|
||||||
|
|
||||||
def = this->add("pad_enable", coBool);
|
def = this->add("pad_enable", coBool);
|
||||||
def->label = L("Use pad");
|
def->label = L("Use pad");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user