Refactoring: moved the ooze prevention logic into a separate class with hooks
This commit is contained in:
parent
e521475b7e
commit
f8967418b9
4 changed files with 61 additions and 27 deletions
|
@ -52,6 +52,7 @@ use Slic3r::GCode::ArcFitting;
|
|||
use Slic3r::GCode::CoolingBuffer;
|
||||
use Slic3r::GCode::Layer;
|
||||
use Slic3r::GCode::MotionPlanner;
|
||||
use Slic3r::GCode::OozePrevention;
|
||||
use Slic3r::GCode::PlaceholderParser;
|
||||
use Slic3r::GCode::Reader;
|
||||
use Slic3r::GCode::SpiralVase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue