Increase max wipe speed for Voron ERCF wipe towers (#1568)

* Increase max wipe speed for Voron ERCF wipe towers from 200 to 400
This commit is contained in:
Dave Bullock 2021-09-17 13:31:28 -07:00 committed by supermerill
parent 54ad2a8611
commit 5d711f2420

View File

@ -1338,7 +1338,7 @@ void PrintConfigDef::init_fff_params()
"\nIf using marlin, M220 B/R is used to save the speed override before the wipe tower print.");
def->sidetext = L("%");
def->min = 0;
def->max = 200;
def->max = 400;
def->mode = comExpert;
def->is_vector_extruder = true;
def->set_default_value(new ConfigOptionFloats { 0 });