mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 06:44:27 +08:00
Fixed a bug in manipulation of multi-component bodies.
This commit is contained in:
parent
152026fa08
commit
61f9414b09
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user