mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Include cleanup in Plater, GLCanvas3D and GLGizmosManager
This commit is contained in:
parent
87e77e20fa
commit
50ebdf5293
12 changed files with 35 additions and 20 deletions
|
@ -80,13 +80,14 @@
|
|||
#include "../Utils/PrintHost.hpp"
|
||||
#include "../Utils/FixModelByWin10.hpp"
|
||||
#include "../Utils/UndoRedo.hpp"
|
||||
#include "../Utils/Thread.hpp"
|
||||
#include "RemovableDriveManager.hpp"
|
||||
|
||||
#include <wx/glcanvas.h> // Needs to be last because reasons :-/
|
||||
#include "WipeTowerDialog.hpp"
|
||||
#include "libslic3r/CustomGCode.hpp"
|
||||
|
||||
#include "Gizmos/GLGizmoHollow.hpp"
|
||||
|
||||
using boost::optional;
|
||||
namespace fs = boost::filesystem;
|
||||
using Slic3r::_3DScene;
|
||||
|
@ -1699,6 +1700,7 @@ struct Plater::priv
|
|||
void process() override;
|
||||
};
|
||||
|
||||
// FIXME: This should be removed, as well as the #include of the gizmo
|
||||
class HollowJob : public PlaterJob
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue