mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Adjusted the default support_points_minimal_distance to 1mm.
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user