Enabled "clip multipart objects" by default, see discussion in

https://github.com/prusa3d/PrusaSlicer/issues/2803#issuecomment-524602137
This commit is contained in:
bubnikv 2020-03-20 18:25:11 +01:00
parent 92162d8fe5
commit 1cbb822dd7

View file

@ -254,7 +254,7 @@ void PrintConfigDef::init_fff_params()
"to clip the overlapping object parts one by the other "
"(2nd part will be clipped by the 1st, 3rd part will be clipped by the 1st and 2nd etc).");
def->mode = comExpert;
def->set_default_value(new ConfigOptionBool(false));
def->set_default_value(new ConfigOptionBool(true));
def = this->add("colorprint_heights", coFloats);
def->label = L("Colorprint height");