mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 23:33:14 +08:00
ENH: set max prime_tower_extra_rib_length to 300
jira: STUDIO-10569 Change-Id: Iad518db29206d16bb59b5a938623d351862a190a
This commit is contained in:
parent
5850bc8fbd
commit
e71adc067c
@ -4417,6 +4417,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->tooltip = L("Positive values can increase the size of the rib wall, while negative values can reduce the size."
|
def->tooltip = L("Positive values can increase the size of the rib wall, while negative values can reduce the size."
|
||||||
"However, the size of the rib wall can not be smaller than that determined by the cleaning volume.");
|
"However, the size of the rib wall can not be smaller than that determined by the cleaning volume.");
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
|
def->max = 300;
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->set_default_value(new ConfigOptionFloat(0));
|
def->set_default_value(new ConfigOptionFloat(0));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user