Some C++11 refactoring
This commit is contained in:
parent
413e737d7e
commit
b9389f2d39
2 changed files with 11 additions and 14 deletions
src/libslic3r
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue