1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

include "libslic3r" from slic3r project directly, not as "../../libslicer"

(rely on -Ilibslic3r set correctly) for the slic3r project.
This commit is contained in:
bubnikv
2018-12-06 12:52:28 +01:00
parent 8d78b23c78
commit 4eaca91f11
12 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "GLShader.hpp"
#include "../../libslic3r/Utils.hpp"
#include "libslic3r/Utils.hpp"
#include <boost/nowide/fstream.hpp>
#include <string>