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:
xun.zhang 2023-09-12 14:20:52 +08:00 committed by Lane.Wei
parent 105eda5238
commit fe545e3b36

View file

@ -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));