Implemented possibility to create "shape" as an object (#2865)

This commit is contained in:
YuSanka 2019-09-19 12:30:16 +02:00
parent 76a657ce52
commit 584b37513f
4 changed files with 126 additions and 34 deletions

View file

@ -225,6 +225,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);