ENH: set max_volumetric_speed to 70

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6d2b366ac2c6adaa4b075a0f64b3c17d8f47781a
This commit is contained in:
xun.zhang 2023-10-17 10:30:42 +08:00 committed by Lane.Wei
parent 5a30492c22
commit fa61e25c51
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ void PrintConfigDef::init_fff_params()
"Can't be zero");
def->sidetext = L("mm³/s");
def->min = 0;
def->max = 50;
def->max = 70;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloats { 2. });