mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Updated/fixed SectionCut
This commit is contained in:
@@ -121,7 +121,8 @@ sub _plot {
|
||||
}
|
||||
} else {
|
||||
push @rectangles, map {
|
||||
my $height = $path->height // $layer->height;
|
||||
my $height = $path->height;
|
||||
$height = $layer->height if $height == -1;
|
||||
{
|
||||
'x' => $self->scale * unscale $_->[A][X],
|
||||
'y' => $self->scale * $self->_y($layer->print_z),
|
||||
|
||||
Reference in New Issue
Block a user