mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Enabled "clip multipart objects" by default, see discussion in
https://github.com/prusa3d/PrusaSlicer/issues/2803#issuecomment-524602137
This commit is contained in:
parent
92162d8fe5
commit
1cbb822dd7
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void PrintConfigDef::init_fff_params()
|
||||||
"to clip the overlapping object parts one by the other "
|
"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).");
|
"(2nd part will be clipped by the 1st, 3rd part will be clipped by the 1st and 2nd etc).");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(true));
|
||||||
|
|
||||||
def = this->add("colorprint_heights", coFloats);
|
def = this->add("colorprint_heights", coFloats);
|
||||||
def->label = L("Colorprint height");
|
def->label = L("Colorprint height");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue