update default config

This commit is contained in:
supermerill 2018-09-07 11:44:12 +02:00
parent 6b6fe8c868
commit 7d1b6bd680

View File

@ -1336,9 +1336,9 @@ PrintConfigDef::PrintConfigDef()
def = this->add("no_perimeter_unsupported", coBool);
def->label = L("");
def->category = L("Layers and Perimeters");
def->tooltip = L("Experimental option to remove perimeters where there are nothing under and a bridged infill should be better.");
def->tooltip = L("Experimental option to remove perimeters where there are nothing under and where a bridged infill should be better. Computationaly intensive!");
def->cli = "no-perimeter-unsupported!";
def->default_value = new ConfigOptionBool(true);
def->default_value = new ConfigOptionBool(false);
def = this->add("min_perimeter_unsupported", coInt);
def->label = L("Minimum perimeters");