Show repair stats in object info dialog

This commit is contained in:
Alessandro Ranellucci 2013-07-13 20:23:03 +02:00
parent 00683195c8
commit 6affa23297
5 changed files with 28 additions and 6 deletions

View file

@ -297,6 +297,7 @@ has 'vertices' => (is => 'ro', default => sub { [] });
has 'volumes' => (is => 'ro', default => sub { [] });
has 'instances' => (is => 'rw');
has 'layer_height_ranges' => (is => 'rw', default => sub { [] }); # [ z_min, z_max, layer_height ]
has 'mesh_stats' => (is => 'rw');
has '_bounding_box' => (is => 'rw');
sub add_volume {