ENH: set skirt_distance maximum value to 50
Github:2318 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I538d48321552b110d6fe2949c3202077f788da41
This commit is contained in:
parent
105eda5238
commit
fe545e3b36
1 changed files with 1 additions and 1 deletions
|
@ -2616,7 +2616,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L("Distance from skirt to brim or object");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->max = 10;
|
||||
def->max = 55;
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionFloat(2));
|
||||
|
||||
|
|
Loading…
Reference in a new issue