Fix random seam for single contour islands (#5003) and for external_perimeters_first
This commit is contained in:
parent
f485f66b2a
commit
ca09bf0805
2 changed files with 33 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue