mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
Enabled "clip multipart objects" by default, see discussion in
https://github.com/prusa3d/PrusaSlicer/issues/2803#issuecomment-524602137
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user