WIP Brim improvements:

Fix of connecting the brim polylines: Don't connect closed contours.
Some optimizations, documentation etc.
This commit is contained in:
Vojtech Bubnik 2021-02-04 15:48:36 +01:00
parent d1dfbb31ab
commit ab6cc7085e
3 changed files with 52 additions and 38 deletions

View file

@ -25,11 +25,6 @@
namespace Slic3r {
EdgeGrid::Grid::Grid() :
m_rows(0), m_cols(0)
{
}
EdgeGrid::Grid::~Grid()
{
m_contours.clear();