1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Fix of a regression bug: Update the print bed texture when switching

between printer profiles.
This commit is contained in:
bubnikv
2018-08-05 22:52:38 +02:00
parent 71b1e09af9
commit c13cd284e4
2 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -162,7 +162,8 @@ public:
bool is_custom() const;
const Pointfs& get_shape() const;
void set_shape(const Pointfs& shape);
// Return true if the bed shape changed, so the calee will update the UI.
bool set_shape(const Pointfs& shape);
const BoundingBoxf3& get_bounding_box() const;
bool contains(const Point& point) const;