first implementation, but for overhangs the code is not run for some reason
This commit is contained in:
parent
11a7eb86fc
commit
38a287fec4
5 changed files with 149 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef slic3r_GCode_hpp_
|
||||
#define slic3r_GCode_hpp_
|
||||
|
||||
#include "GCode/OverhangProcessor.hpp"
|
||||
#include "JumpPointSearch.hpp"
|
||||
#include "libslic3r.h"
|
||||
#include "ExPolygon.hpp"
|
||||
|
@ -332,6 +333,8 @@ private:
|
|||
|
||||
// Cache for custom seam enforcers/blockers for each layer.
|
||||
SeamPlacer m_seam_placer;
|
||||
|
||||
AABBTreeLines::LinesDistancer<Linef>m_prev_layer_boundary;
|
||||
|
||||
/* Origin of print coordinates expressed in unscaled G-code coordinates.
|
||||
This affects the input arguments supplied to the extrude*() and travel_to()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue