Some C++11 refactoring

This commit is contained in:
bubnikv 2019-09-10 19:09:37 +02:00
parent 413e737d7e
commit b9389f2d39
2 changed files with 11 additions and 14 deletions
src/libslic3r

View file

@ -2894,7 +2894,7 @@ void DynamicPrintConfig::normalize()
{
this->opt<ConfigOptionInt>("perimeters", true)->value = 1;
this->opt<ConfigOptionInt>("top_solid_layers", true)->value = 0;
this->opt<ConfigOptionPercent>("fill_density", true)->value = 0;
this->opt<ConfigOptionPercent>("fill_density", true)->value = 0;
}
}
}