mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Refactoring: move bridge angle detection to a separate class for easier unit testing
This commit is contained in:
parent
93a7d87fc6
commit
119778caa9
3 changed files with 139 additions and 122 deletions
|
@ -59,6 +59,7 @@ use Slic3r::GCode::VibrationLimit;
|
|||
use Slic3r::Geometry qw(PI);
|
||||
use Slic3r::Geometry::Clipper;
|
||||
use Slic3r::Layer;
|
||||
use Slic3r::Layer::BridgeDetector;
|
||||
use Slic3r::Layer::Region;
|
||||
use Slic3r::Line;
|
||||
use Slic3r::Model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue