ENH: Modify extra_rib_length can be a negative value.
jira: STUDIO-10535 Change-Id: Icd6134a96c1f32111f908e87acda8c5132dcd73c (cherry picked from commit cbf4b3eafff29ad961deec6acad5104e34a57481)
This commit is contained in:
parent
8d32d29016
commit
4fadeab450
|
@ -4419,7 +4419,6 @@ void PrintConfigDef::init_fff_params()
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->max = 300;
|
def->max = 300;
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->min = 0;
|
|
||||||
def->set_default_value(new ConfigOptionFloat(0));
|
def->set_default_value(new ConfigOptionFloat(0));
|
||||||
|
|
||||||
def = this->add("prime_tower_rib_width", coFloat);
|
def = this->add("prime_tower_rib_width", coFloat);
|
||||||
|
|
Loading…
Reference in New Issue