mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 16:21:24 -06:00
Separate libslic3r code from slic3r application code
This commit is contained in:
parent
7eb3a70649
commit
7e1fac8f76
7 changed files with 9 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
#define slic3r_3DScene_hpp_
|
||||
|
||||
#include <myinit.h>
|
||||
#include "../Point.hpp"
|
||||
#include "../Line.hpp"
|
||||
#include "../TriangleMesh.hpp"
|
||||
#include "../../libslic3r/Point.hpp"
|
||||
#include "../../libslic3r/Line.hpp"
|
||||
#include "../../libslic3r/TriangleMesh.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue