feat: UI for mixed capability state

This commit is contained in:
Ian Chua
2026-07-03 14:48:49 +08:00
parent ba41b54c4b
commit e3c6ec309d
4 changed files with 42 additions and 4 deletions

View File

@@ -33,7 +33,6 @@
#include "Widgets/TextCtrl.h"
#include "../Utils/ColorSpaceConvert.hpp"
#include "slic3r/plugin/PluginManager.hpp"
#ifdef __WXOSX__
#define wxOSX true
#else

View File

@@ -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>