mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Bugfix: time estimates for cooling were computed for each object separately instead of the whole actual layer. #1071
This commit is contained in:
parent
a563801304
commit
b4be61b703
4 changed files with 93 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue