Wipe tower: stabilization cone bottom infill

This commit is contained in:
Lukas Matena 2023-03-07 17:27:07 +01:00
parent 571b133791
commit 26ba74fad0
2 changed files with 61 additions and 11 deletions

View file

@ -591,7 +591,7 @@ std::string Print::validate(std::string* warning) const
if (*(lh.end()-2) > *(lh_tallest.end()-2))
tallest_object_idx = i;
}
}
}
if (has_custom_layering) {
for (size_t idx_object = 0; idx_object < m_objects.size(); ++ idx_object) {