mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Show repair stats in object info dialog
This commit is contained in:
parent
00683195c8
commit
6affa23297
5 changed files with 28 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue