mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Fix integration of XS containers
This commit is contained in:
@@ -52,8 +52,8 @@ sub rotate_points_back {
|
||||
my @rotate = (-$rotate_vector->[0][0], $rotate_vector->[0][1]);
|
||||
my $shift = [ map -$_, @{$rotate_vector->[1]} ];
|
||||
|
||||
@$paths = map [ Slic3r::Geometry::rotate_points(@rotate, @$_) ],
|
||||
map [ Slic3r::Geometry::move_points($shift, @$_) ], @$paths;
|
||||
$_->translate(@$shift) for @$paths;
|
||||
$_->rotate(@rotate) for @$paths;
|
||||
}
|
||||
|
||||
sub adjust_solid_spacing {
|
||||
|
||||
Reference in New Issue
Block a user