mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Bugfix: more errors in infills after refactoring. #162
This commit is contained in:
parent
8735ac3c57
commit
b605381132
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ sub fill_surface {
|
|||
);
|
||||
}
|
||||
|
||||
@paths = map $_->p, @paths;
|
||||
@paths = map $_, @paths;
|
||||
|
||||
# paths must be rotated back
|
||||
$self->rotate_points_back(\@paths, $rotate_vector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue