mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 17:32:26 +00:00
feat: UI for mixed capability state
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include "Widgets/TextCtrl.h"
|
||||
|
||||
#include "../Utils/ColorSpaceConvert.hpp"
|
||||
#include "slic3r/plugin/PluginManager.hpp"
|
||||
#ifdef __WXOSX__
|
||||
#define wxOSX true
|
||||
#else
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
#include "slic3r/GUI/GUI_App.hpp"
|
||||
|
||||
#include <pybind11/embed.h>
|
||||
namespace py = pybind11;
|
||||
|
||||
#include "PythonPluginBridge.hpp"
|
||||
#include "PythonPluginInterface.hpp"
|
||||
#include "PluginFsUtils.hpp"
|
||||
#include "PythonFileUtils.hpp"
|
||||
|
||||
@@ -13,7 +11,6 @@ namespace py = pybind11;
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <mutex>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <chrono>
|
||||
#include <slic3r/GUI/NotificationManager.hpp>
|
||||
#include <slic3r/plugin/PluginDescriptor.hpp>
|
||||
|
||||
Reference in New Issue
Block a user