mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 17:00:36 +08:00
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:
parent
5a30492c22
commit
fa61e25c51
@ -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. });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user