Skip to content

Commit

Permalink
Increase max wipe speed for Voron ERCF wipe towers (#1568)
Browse files Browse the repository at this point in the history
* Increase max wipe speed for Voron ERCF wipe towers from 200 to 400
  • Loading branch information
eecue authored and supermerill committed Oct 7, 2021
1 parent 54ad2a8 commit 5d711f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 5d711f2

Please sign in to comment.