Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-09-30 15:03:50 +0300
committerYuSanka <yusanka@gmail.com>2019-09-30 15:34:29 +0300
commitc07a193b4ef28b08f939feba4164966f2defc43d (patch)
treea4b1fd7f83e5fb5ea4d2b22b935e6fefe222ba63 /src/slic3r/GUI/Plater.hpp
parent904bbcc006d2d7acb85da93e2c9f74074649fc58 (diff)
Implemented BitmapChoiseRenderer
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index 93df68738..f19ac9e77 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -215,6 +215,7 @@ public:
// On activating the parent window.
void on_activate();
const DynamicPrintConfig* get_plater_config() const;
+ std::vector<std::string> get_extruder_colors_from_plater_config() const;
void update_object_menu();