mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:05:52 +08:00
Wipe tower: Increased maximum of wipe_tower_extra_spacing to 300 %
This commit is contained in:
parent
64cf357907
commit
6170783f7c
@ -3166,7 +3166,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->sidetext = L("%");
|
def->sidetext = L("%");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->min = 100.;
|
def->min = 100.;
|
||||||
def->max = 200.;
|
def->max = 300.;
|
||||||
def->set_default_value(new ConfigOptionPercent(100.));
|
def->set_default_value(new ConfigOptionPercent(100.));
|
||||||
|
|
||||||
def = this->add("wipe_into_infill", coBool);
|
def = this->add("wipe_into_infill", coBool);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user