Fixed selection and rendering in object settings dialog

This commit is contained in:
Enrico Turri 2018-06-11 11:40:11 +02:00
parent 7b1187992c
commit 7b4870d1cb
3 changed files with 45 additions and 12 deletions

View file

@ -189,6 +189,9 @@ public:
public:
Bed();
bool is_prusa() const;
bool is_custom() const;
const Pointfs& get_shape() const;
void set_shape(const Pointfs& shape);