mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Added first unit test for bridge direction
This commit is contained in:
parent
119778caa9
commit
23e6abff49
2 changed files with 36 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
package Slic3r::Layer::BridgeDetector;
|
||||
use Moo;
|
||||
|
||||
use List::Util qw(first sum);
|
||||
use Slic3r::Geometry qw(PI);
|
||||
use Slic3r::Geometry::Clipper qw(intersection_pl);
|
||||
use Slic3r::Geometry::Clipper qw(intersection_pl intersection_ex);
|
||||
|
||||
has 'lower_slices' => (is => 'ro', required => 1); # ExPolygons or ExPolygonCollection
|
||||
has 'perimeter_flow' => (is => 'ro', required => 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue