Fixed several more warnings
This commit is contained in:
parent
1a67044c81
commit
f57de43680
6 changed files with 9 additions and 8 deletions
src/libslic3r
|
@ -2705,7 +2705,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionInt(1));
|
||||
|
||||
auto support_material_interface_layers = def = this->add("support_material_interface_layers", coInt);
|
||||
def = this->add("support_material_interface_layers", coInt);
|
||||
def->label = L("Top interface layers");
|
||||
def->category = L("Support material");
|
||||
def->tooltip = L("Number of interface layers to insert between the object(s) and support material.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue