mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Bugfix: removed warnings. #365
This commit is contained in:
parent
44c5c5be5b
commit
2a6ad2f3f7
3 changed files with 12 additions and 2 deletions
|
@ -7,7 +7,7 @@ use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points);
|
|||
has 'polyline' => (
|
||||
is => 'ro',
|
||||
required => 1,
|
||||
handles => [qw(merge_continuous_lines lines)],
|
||||
handles => [qw(merge_continuous_lines lines length)],
|
||||
);
|
||||
|
||||
# this integer represents the vertical thickness of the extrusion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue