Fix random seam for single contour islands (#5003) and for external_perimeters_first

This commit is contained in:
Lukas Matena 2020-11-27 11:32:35 +01:00
parent f485f66b2a
commit ca09bf0805
2 changed files with 33 additions and 16 deletions

View file

@ -61,6 +61,7 @@ private:
coordf_t m_last_print_z = -1.;
const PrintObject* m_last_po = nullptr;
bool m_last_loop_was_external = true;
std::vector<std::vector<CustomTrianglesPerLayer>> m_enforcers;
std::vector<std::vector<CustomTrianglesPerLayer>> m_blockers;