Wipe tower: Increased maximum of wipe_tower_extra_spacing to 300 %

This commit is contained in:
Lukas Matena 2023-03-17 13:49:03 +01:00
parent 64cf357907
commit 6170783f7c

View File

@ -3166,7 +3166,7 @@ void PrintConfigDef::init_fff_params()
def->sidetext = L("%");
def->mode = comExpert;
def->min = 100.;
def->max = 200.;
def->max = 300.;
def->set_default_value(new ConfigOptionPercent(100.));
def = this->add("wipe_into_infill", coBool);