mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
fixup! FIX: Fix missing FilamentMapMode declaration
(cherry picked from commit 13624fb941bedd9afd130fe6209db93f2e4236a9)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#ifndef FILAMENT_GROUP_HOVER_HPP
|
#ifndef FILAMENT_GROUP_HOVER_HPP
|
||||||
#define FILAMENT_GROUP_HOVER_HPP
|
#define FILAMENT_GROUP_HOVER_HPP
|
||||||
|
|
||||||
|
#include "libslic3r/PrintConfig.hpp"
|
||||||
#include "Widgets/PopupWindow.hpp"
|
#include "Widgets/PopupWindow.hpp"
|
||||||
#include "Widgets/Label.hpp"
|
#include "Widgets/Label.hpp"
|
||||||
|
|
||||||
@@ -70,4 +71,4 @@ private:
|
|||||||
Plater* plater_ref{ nullptr };
|
Plater* plater_ref{ nullptr };
|
||||||
};
|
};
|
||||||
}} // namespace Slic3r::GUI
|
}} // namespace Slic3r::GUI
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user