mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Refactoring: moved direction-specific methods to new role class Slic3r::Fill::WithDirection
This commit is contained in:
parent
c4d70bcb85
commit
d508be5ae8
4 changed files with 20 additions and 13 deletions
|
@ -2,6 +2,7 @@ package Slic3r::Fill::PlanePath;
|
|||
use Moo;
|
||||
|
||||
extends 'Slic3r::Fill::Base';
|
||||
with qw(Slic3r::Fill::WithDirection);
|
||||
|
||||
use Slic3r::Geometry qw(scale X1 Y1 X2 Y2);
|
||||
use Slic3r::Geometry::Clipper qw(intersection_pl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue