mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 11:41:20 -06:00
Refactor extrusion logic in a dedicated class
This commit is contained in:
parent
415d1a5170
commit
081f65852d
4 changed files with 158 additions and 110 deletions
|
|
@ -8,6 +8,7 @@ sub debugf {
|
|||
printf @_ if $debug;
|
||||
}
|
||||
|
||||
use Slic3r::Extruder;
|
||||
use Slic3r::ExtrusionLoop;
|
||||
use Slic3r::ExtrusionPath;
|
||||
use Slic3r::ExtrusionPath::Collection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue