mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Fixed a bug in manipulation of multi-component bodies.
This commit is contained in:
parent
152026fa08
commit
61f9414b09
1 changed files with 1 additions and 1 deletions
|
@ -1653,7 +1653,7 @@ has 'layer_height_texture_cells' => (is => 'rw');
|
||||||
|
|
||||||
sub object_idx {
|
sub object_idx {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
return $self->composite_id / 1000000;
|
return int($self->composite_id / 1000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub volume_idx {
|
sub volume_idx {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue