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:
jiangkai.zhao 2025-02-20 17:55:42 +08:00 committed by lane.wei
parent 8d32d29016
commit 4fadeab450
1 changed files with 0 additions and 1 deletions

View File

@ -4419,7 +4419,6 @@ void PrintConfigDef::init_fff_params()
def->sidetext = L("mm");
def->max = 300;
def->mode = comAdvanced;
def->min = 0;
def->set_default_value(new ConfigOptionFloat(0));
def = this->add("prime_tower_rib_width", coFloat);