mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: more errors in infills after refactoring. #162
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user