mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Bugfix: removed warnings. #365
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user