Require higher values for widening factor to have the same effect
This commit is contained in:
parent
1a30c0aaa0
commit
63a58ce1ad
2 changed files with 8 additions and 4 deletions
|
@ -3676,7 +3676,7 @@ void PrintConfigDef::init_sla_params()
|
|||
def->min = 0;
|
||||
def->max = 1;
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionFloat(0.1));
|
||||
def->set_default_value(new ConfigOptionFloat(0.15));
|
||||
|
||||
def = this->add("support_base_diameter", coFloat);
|
||||
def->label = L("Support base diameter");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue