Fixed several more warnings

This commit is contained in:
Lukas Matena 2023-03-07 15:53:39 +01:00
parent 1a67044c81
commit f57de43680
6 changed files with 9 additions and 8 deletions
src/libslic3r

View file

@ -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.");