ENH: set skirt_distance maximum value to 50

Github:2318

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I538d48321552b110d6fe2949c3202077f788da41
(cherry picked from commit 286926648b378100e522cefb664c095a2ba7b619)
This commit is contained in:
xun.zhang 2023-09-12 14:20:52 +08:00 committed by Lane.Wei
parent e4fad329b8
commit 4d5fbb03f0
1 changed files with 1 additions and 1 deletions

View File

@ -2681,7 +2681,7 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("Distance from skirt to brim or object"); def->tooltip = L("Distance from skirt to brim or object");
def->sidetext = L("mm"); def->sidetext = L("mm");
def->min = 0; def->min = 0;
def->max = 10; def->max = 55;
def->mode = comDevelop; def->mode = comDevelop;
def->set_default_value(new ConfigOptionFloat(2)); def->set_default_value(new ConfigOptionFloat(2));