mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
WIP Brim improvements:
Fix of connecting the brim polylines: Don't connect closed contours. Some optimizations, documentation etc.
This commit is contained in:
parent
d1dfbb31ab
commit
ab6cc7085e
3 changed files with 52 additions and 38 deletions
|
@ -25,11 +25,6 @@
|
|||
|
||||
namespace Slic3r {
|
||||
|
||||
EdgeGrid::Grid::Grid() :
|
||||
m_rows(0), m_cols(0)
|
||||
{
|
||||
}
|
||||
|
||||
EdgeGrid::Grid::~Grid()
|
||||
{
|
||||
m_contours.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue