mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 11:26:05 +08:00
update default config
This commit is contained in:
parent
6b6fe8c868
commit
7d1b6bd680
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user