Skip to content

Commit

Permalink
Enabled "clip multipart objects" by default, see discussion in
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Mar 20, 2020
1 parent 92162d8 commit 1cbb822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1cbb822

Please sign in to comment.