Some C++11 refactoring

This commit is contained in:
bubnikv
2019-09-10 19:09:37 +02:00
parent 02b3fe2e36
commit 58d0830b6b
2 changed files with 11 additions and 14 deletions

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;
}
}
}