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-11-07 15:51:54 +0300
committerYuSanka <yusanka@gmail.com>2019-11-07 15:57:43 +0300
commit72852ffab59574049afe144a8388f9c31d55942a (patch)
tree4577161c91dff91d81ab557db607ab00962ac903 /src/slic3r/GUI/Plater.hpp
parentc4a62819f4de328a90ec508b3cebf3eae372f48e (diff)
Updated DoubleSlider band. Added smart color selection for M600
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 00ceb89bc..623886780 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -221,6 +221,7 @@ public:
void on_activate();
const DynamicPrintConfig* get_plater_config() const;
std::vector<std::string> get_extruder_colors_from_plater_config() const;
+ std::vector<std::string> get_colors_for_color_print() const;
void update_object_menu();