mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -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::Rectilinear;
|
|||
use Moo;
|
||||
|
||||
extends 'Slic3r::Fill::Base';
|
||||
with qw(Slic3r::Fill::WithDirection);
|
||||
|
||||
has 'cache' => (is => 'rw', default => sub {{}});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue