Refactoring: move bridge angle detection to a separate class for easier unit testing

This commit is contained in:
Alessandro Ranellucci 2014-04-07 23:18:11 +02:00
parent 93a7d87fc6
commit 119778caa9
3 changed files with 139 additions and 122 deletions

View file

@ -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;