mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 15:25:18 -06:00
Replace the flip word with mirror. #3060
This commit is contained in:
parent
f8d2c69713
commit
61f0a9e4da
8 changed files with 31 additions and 31 deletions
|
@ -100,7 +100,7 @@ my $cube = {
|
|||
my $slices = $m->slice([ 5, 10 ]);
|
||||
is $slices->[0][0]->area, $slices->[1][0]->area, 'slicing a top tangent plane includes its area';
|
||||
}
|
||||
$m->flip_z;
|
||||
$m->mirror_z;
|
||||
{
|
||||
# this second test also checks that performing a second slice on a mesh after
|
||||
# a transformation works properly (shared_vertices is correctly invalidated);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue