Removed debugging lines

This commit is contained in:
Alessandro Ranellucci 2017-04-03 20:53:11 +02:00
parent 91e7ef7a66
commit 5c2ab11fcd
2 changed files with 0 additions and 7 deletions

View File

@ -3,8 +3,6 @@
#include "Geometry.hpp"
#include <algorithm>
#include "SVG.hpp"
namespace Slic3r {
BridgeDetector::BridgeDetector(const ExPolygon &_expolygon, const ExPolygonCollection &_lower_slices,

View File

@ -6,11 +6,6 @@
#include "Print.hpp"
#include "Surface.hpp"
#include "SVG.hpp"
namespace Slic3r {
Flow