FIX: exit will apply speed params

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I0222356a93097ed0e4e2abbcbc2458617609e666
This commit is contained in:
qing.zhang 2024-08-22 15:48:27 +08:00 committed by Lane.Wei
parent 7e60ec4868
commit 1f37581b28
1 changed files with 0 additions and 1 deletions

View File

@ -892,7 +892,6 @@ void PrintConfigDef::init_fff_params()
def->sidetext = L("mm/s");
def->min = 0;
def->mode = comAdvanced;
def->nullable = true;
def->set_default_value(new ConfigOptionFloat{24});
def = this->add("bridge_speed", coFloat);