Infill wiping turned off by default and in some automatic tests

This commit is contained in:
Lukas Matena 2018-06-27 15:07:37 +02:00
parent c11a163e08
commit 54bd0af905
4 changed files with 8 additions and 9 deletions

View file

@ -1892,7 +1892,7 @@ PrintConfigDef::PrintConfigDef()
"This lowers the amount of waste but may result in longer print time "
" due to additional travel moves.");
def->cli = "wipe-into-infill!";
def->default_value = new ConfigOptionBool(true);
def->default_value = new ConfigOptionBool(false);
def = this->add("wipe_into_objects", coBool);
def->category = L("Extruders");