mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Fixed regression causing fatal errors. #429
This commit is contained in:
parent
0c4b112718
commit
62bd33a766
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue