mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
WIP Brim improvements:
Fix of connecting the brim polylines: Don't connect closed contours. Some optimizations, documentation etc.
This commit is contained in:
@@ -25,11 +25,6 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
EdgeGrid::Grid::Grid() :
|
||||
m_rows(0), m_cols(0)
|
||||
{
|
||||
}
|
||||
|
||||
EdgeGrid::Grid::~Grid()
|
||||
{
|
||||
m_contours.clear();
|
||||
|
||||
Reference in New Issue
Block a user