mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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->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");
|
||||
|
||||
Reference in New Issue
Block a user