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:
authorEnrico Turri <enricoturri@seznam.cz>2019-09-30 16:19:21 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-09-30 16:19:21 +0300
commiteabaa21df2fcac5c6b9f7df8f60762ae396b5236 (patch)
tree5c015eca4639cda4a87557671ffcdba79c541743 /src/slic3r/GUI/Plater.hpp
parent7f7b3e0b0bcde64ff6e760d08532c995b75e15b9 (diff)
parentf5593c05aa7d9c9c9f62b8897063f01dd92c2956 (diff)
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3dconnexion
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 c217c8217..6fb0e5019 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -212,6 +212,7 @@ public:
void on_extruders_change(size_t extruders_count);
void on_config_change(const DynamicPrintConfig &config);
+ void force_filament_colors_update();
// On activating the parent window.
void on_activate();
const DynamicPrintConfig* get_plater_config() const;