1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Fixed regression causing fatal errors. #429

This commit is contained in:
Alessandro Ranellucci
2012-06-09 15:53:14 +02:00
parent 0c4b112718
commit 62bd33a766
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use Moo;
has 'polygon' => (
is => 'rw',
required => 1,
handles => [qw(is_printable nearest_point_to)],
handles => [qw(is_printable nearest_point_to reverse)],
);
# see EXTR_ROLE_* constants in ExtrusionPath.pm