1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Some initial work for adapting plater to the new centering workflow

This commit is contained in:
Alessandro Ranellucci
2013-12-15 18:00:44 +01:00
parent 250608aa52
commit 4993b12799
2 changed files with 30 additions and 15 deletions
+2
View File
@@ -227,6 +227,8 @@ sub center_instances_around_point {
my ($self, $point) = @_;
my $bb = $self->bounding_box;
return if !defined $bb;
my $size = $bb->size;
my @shift = (
-$bb->x_min + $point->[X] - $size->[X]/2,