mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Infill wiping turned off by default and in some automatic tests
This commit is contained in:
parent
c11a163e08
commit
54bd0af905
4 changed files with 8 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue