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

@ -4877,6 +4877,11 @@ GLCanvas3D* Plater::canvas3D()
return p->view3D->get_canvas3d();
}
BoundingBoxf Plater::bed_shape_bb() const
{
return p->bed_shape_bb();
}
PrinterTechnology Plater::printer_technology() const
{
return p->printer_technology;