1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

ENABLE_GCODE_VIEWER set as default in:

GCodeViewer hpp/cpp
This commit is contained in:
enricoturri1966
2020-11-23 14:30:31 +01:00
parent 6b732e5a26
commit 1d0b947fa8
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -1,7 +1,6 @@
#ifndef slic3r_GCodeViewer_hpp_
#define slic3r_GCodeViewer_hpp_
#if ENABLE_GCODE_VIEWER
#include "3DScene.hpp"
#include "libslic3r/GCode/GCodeProcessor.hpp"
#include "GLModel.hpp"
@@ -522,7 +521,5 @@ private:
} // namespace GUI
} // namespace Slic3r
#endif // ENABLE_GCODE_VIEWER
#endif // slic3r_GCodeViewer_hpp_