mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-18 02:12:18 -07:00
ENH: set max prime_tower_extra_rib_length to 300
jira: STUDIO-10569 Change-Id: Iad518db29206d16bb59b5a938623d351862a190a (cherry picked from commit e71adc067cf3284d054dc37dc588ab9161de01f7)
This commit is contained in:
parent
0099823501
commit
13f920b12a
1 changed files with 1 additions and 0 deletions
|
|
@ -6058,6 +6058,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."
|
||||
"However, the size of the rib wall can not be smaller than that determined by the cleaning volume.");
|
||||
def->sidetext = L("mm");
|
||||
def->max = 300;
|
||||
def->mode = comAdvanced;
|
||||
def->min = 0;
|
||||
def->set_default_value(new ConfigOptionFloat(0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue