mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixed a bug in manipulation of multi-component bodies.
This commit is contained in:
@@ -1653,7 +1653,7 @@ has 'layer_height_texture_cells' => (is => 'rw');
|
||||
|
||||
sub object_idx {
|
||||
my ($self) = @_;
|
||||
return $self->composite_id / 1000000;
|
||||
return int($self->composite_id / 1000000);
|
||||
}
|
||||
|
||||
sub volume_idx {
|
||||
|
||||
Reference in New Issue
Block a user