mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 20:32:43 -07: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