mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Automatic SLA support points: Disable debug outputs by default.
This commit is contained in:
parent
126035f6f8
commit
18beb10ae0
2 changed files with 11 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <libslic3r/TriangleMesh.hpp>
|
||||
#include <libslic3r/SLA/SLASupportTree.hpp>
|
||||
|
||||
|
||||
// #define SLA_AUTOSUPPORTS_DEBUG
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -33,7 +33,9 @@ private:
|
|||
std::vector<Vec3d> uniformly_cover(const std::pair<ExPolygon, coord_t>& island);
|
||||
void project_upward_onto_mesh(std::vector<Vec3d>& points) const;
|
||||
|
||||
#ifdef SLA_AUTOSUPPORTS_DEBUG
|
||||
void output_expolygons(const ExPolygons& expolys, std::string filename) const;
|
||||
#endif /* SLA_AUTOSUPPORTS_DEBUG */
|
||||
|
||||
SLAAutoSupports::Config m_config;
|
||||
const Eigen::MatrixXd& m_V;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue