mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix cutting of objects rotated around X or Y
This commit is contained in:
@@ -407,7 +407,7 @@ sub SetCuttingPlane {
|
||||
my @verts = ();
|
||||
foreach my $volume (@{$self->volumes}) {
|
||||
foreach my $volume (@{$self->volumes}) {
|
||||
my $expolygons = $volume->mesh->slice([ $z + $volume->origin->z ])->[0];
|
||||
my $expolygons = $volume->mesh->slice([ $z - $volume->origin->z ])->[0];
|
||||
$expolygons = offset_ex([ map @$_, @$expolygons ], scale 0.1);
|
||||
|
||||
foreach my $line (map @{$_->lines}, map @$_, @$expolygons) {
|
||||
|
||||
Reference in New Issue
Block a user