Bugfix: time estimates for cooling were computed for each object separately instead of the whole actual layer. #1071

This commit is contained in:
Alessandro Ranellucci 2013-04-04 01:17:44 +02:00
parent a563801304
commit b4be61b703
4 changed files with 93 additions and 43 deletions

View file

@ -45,6 +45,7 @@ use Slic3r::Format::AMF;
use Slic3r::Format::OBJ;
use Slic3r::Format::STL;
use Slic3r::GCode;
use Slic3r::GCode::CoolingBuffer;
use Slic3r::GCode::MotionPlanner;
use Slic3r::Geometry qw(PI);
use Slic3r::Layer;