mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 08:25:56 +08:00
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:
parent
54ad2a8611
commit
5d711f2420
@ -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 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user