mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fix bug in lines merging
This commit is contained in:
parent
353c65fa4c
commit
184cb7afd9
2 changed files with 14 additions and 18 deletions
|
@ -62,7 +62,7 @@ protected:
|
|||
|
||||
void generate_infill_lines(FillAdaptive_Internal::Cube *cube, double z_position, const Vec3d &origin, std::vector<Lines> &dir_lines_out);
|
||||
|
||||
void connect_lines(Lines &lines, const Line &new_line);
|
||||
static void connect_lines(Lines &lines, Line new_line);
|
||||
|
||||
public:
|
||||
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue