mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: Modify extra_rib_length can be a negative value.
jira: STUDIO-10535 Change-Id: Icd6134a96c1f32111f908e87acda8c5132dcd73c (cherry picked from commit cbf4b3eafff29ad961deec6acad5104e34a57481) (cherry picked from commit 4fadeab45040daff079044965eea0e3c4e9f74c7)
This commit is contained in:
@@ -6060,7 +6060,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);
|
||||
|
||||
Reference in New Issue
Block a user