Rename file

This commit is contained in:
Filip Sykala - NTB T15p 2022-08-03 09:13:21 +02:00
parent 4267af64e5
commit ee03ed6d07
5 changed files with 5 additions and 5 deletions

View File

@ -238,14 +238,14 @@ set(SLIC3R_GUI_SOURCES
Utils/OctoPrint.hpp
Utils/Duet.cpp
Utils/Duet.hpp
Utils/EmbossStyleManager.cpp
Utils/EmbossStyleManager.hpp
Utils/FlashAir.cpp
Utils/FlashAir.hpp
Utils/FontConfigHelp.cpp
Utils/FontConfigHelp.hpp
Utils/FontListSerializable.cpp
Utils/FontListSerializable.hpp
Utils/FontManager.cpp
Utils/FontManager.hpp
Utils/AstroBox.cpp
Utils/AstroBox.hpp
Utils/Repetier.cpp

View File

@ -7,7 +7,7 @@
#include "GLGizmoRotate.hpp"
#include "slic3r/GUI/GLTexture.hpp"
#include "slic3r/Utils/RaycastManager.hpp"
#include "slic3r/Utils/FontManager.hpp"
#include "slic3r/Utils/EmbossStyleManager.hpp"
#include "admesh/stl.h" // indexed_triangle_set
#include <optional>

View File

@ -4,7 +4,7 @@
#include <vector>
#include <string>
#include <libslic3r/Emboss.hpp>
#include "slic3r/Utils/FontManager.hpp"
#include "slic3r/Utils/EmbossStyleManager.hpp"
#include "Job.hpp"
namespace Slic3r::GUI {

View File

@ -1,4 +1,4 @@
#include "FontManager.hpp"
#include "EmbossStyleManager.hpp"
#include <wx/font.h>
#include <GL/glew.h> // Imgui texture
#include <imgui/imgui_internal.h> // ImTextCharFromUtf8