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:
authorVojtech Kral <vojtech@kral.hk>2019-09-30 17:12:48 +0300
committerVojtech Kral <vojtech@kral.hk>2019-09-30 17:12:48 +0300
commiteb93d2a32d4ae23934f9c1d1d0a046e6338994a6 (patch)
tree36851b3d920d15ba6a82dcfd384ddeba70d8da10 /src/slic3r/GUI/Plater.hpp
parent80c5eaacdf6e044675a7519596c4bcd2d5990ca5 (diff)
parentf5593c05aa7d9c9c9f62b8897063f01dd92c2956 (diff)
Merge branch 'master' into materials
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index 28599e433..744f2eae3 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -215,6 +215,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;
@@ -229,6 +230,7 @@ public:
int get_selected_object_idx();
bool is_single_full_object_selection() const;
GLCanvas3D* canvas3D();
+ BoundingBoxf bed_shape_bb() const;
PrinterTechnology printer_technology() const;
void set_printer_technology(PrinterTechnology printer_technology);