Refactoring: get_mesh_errors_count() moved to ModelObject

+ added get_object_stl_stats() to ModelObject
This commit is contained in:
YuSanka 2019-04-24 16:04:47 +02:00
parent 356e1207d6
commit b4d5287d0c
6 changed files with 78 additions and 47 deletions

View file

@ -8,6 +8,7 @@
class wxStaticText;
class PrusaLockButton;
class wxStaticBitmap;
namespace Slic3r {
namespace GUI {