mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed regression causing fatal errors. #429
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user