mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 21:52:02 +08:00
Moved ProfilesSharingUtils files into CLI folder
This commit is contained in:
parent
52bf514dc0
commit
e1ee817a69
@ -11,10 +11,10 @@
|
||||
#include "libslic3r/Config.hpp"
|
||||
#include "libslic3r/GCode/PostProcessor.hpp"
|
||||
#include "libslic3r/Model.hpp"
|
||||
#include "libslic3r/ProfilesSharingUtils.hpp"
|
||||
#include "libslic3r/FileReader.hpp"
|
||||
|
||||
#include "CLI.hpp"
|
||||
#include "CLI/CLI.hpp"
|
||||
#include "CLI/ProfilesSharingUtils.hpp"
|
||||
|
||||
namespace Slic3r::CLI {
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "libslic3r/GCode/PostProcessor.hpp"
|
||||
#include "libslic3r/Model.hpp"
|
||||
#include "libslic3r/Preset.hpp"
|
||||
#include "libslic3r/ProfilesSharingUtils.hpp"
|
||||
#include <arrange-wrapper/ModelArrange.hpp>
|
||||
#include "libslic3r/Print.hpp"
|
||||
#include "libslic3r/SLAPrint.hpp"
|
||||
@ -37,7 +36,8 @@
|
||||
#include "libslic3r/MultipleBeds.hpp"
|
||||
#include "libslic3r/BuildVolume.hpp"
|
||||
|
||||
#include "CLI.hpp"
|
||||
#include "CLI/CLI.hpp"
|
||||
#include "CLI/ProfilesSharingUtils.hpp"
|
||||
|
||||
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||
#include "stb_image_resize2.h"
|
||||
|
@ -3,13 +3,13 @@
|
||||
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
||||
///|/
|
||||
#include "ProfilesSharingUtils.hpp"
|
||||
#include "Utils.hpp"
|
||||
#include "format.hpp"
|
||||
#include "PrintConfig.hpp"
|
||||
#include "PresetBundle.hpp"
|
||||
#include "Utils/DirectoriesUtils.hpp"
|
||||
#include "Utils/JsonUtils.hpp"
|
||||
#include "BuildVolume.hpp"
|
||||
#include "libslic3r/Utils.hpp"
|
||||
#include "libslic3r/format.hpp"
|
||||
#include "libslic3r/PrintConfig.hpp"
|
||||
#include "libslic3r/PresetBundle.hpp"
|
||||
#include "libslic3r/Utils/DirectoriesUtils.hpp"
|
||||
#include "libslic3r/Utils/JsonUtils.hpp"
|
||||
#include "libslic3r/BuildVolume.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#define slic3r_ProfilesSharingUtils_hpp_
|
||||
|
||||
#include <string>
|
||||
#include "Config.hpp"
|
||||
#include "libslic3r/Config.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
@ -109,6 +109,8 @@ set(SLIC3R_CLI_SOURCES
|
||||
CLI/ProcessTransform.cpp
|
||||
CLI/ProcessActions.cpp
|
||||
CLI/Run.cpp
|
||||
CLI/ProfilesSharingUtils.cpp
|
||||
CLI/ProfilesSharingUtils.hpp
|
||||
)
|
||||
if (SLIC3R_GUI)
|
||||
list(APPEND SLIC3R_CLI_SOURCES
|
||||
|
@ -500,8 +500,6 @@ set(SLIC3R_SOURCES
|
||||
Arachne/WallToolPaths.hpp
|
||||
Arachne/WallToolPaths.cpp
|
||||
StaticMap.hpp
|
||||
ProfilesSharingUtils.hpp
|
||||
ProfilesSharingUtils.cpp
|
||||
Utils/DirectoriesUtils.hpp
|
||||
Utils/DirectoriesUtils.cpp
|
||||
Utils/JsonUtils.hpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user