mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
Implemented a new "line" fill pattern. #20
This commit is contained in:
parent
d47a7bebbc
commit
86f3e4fcd2
4 changed files with 21 additions and 3 deletions
8
lib/Slic3r/Fill/Line.pm
Normal file
8
lib/Slic3r/Fill/Line.pm
Normal file
|
@ -0,0 +1,8 @@
|
|||
package Slic3r::Fill::Line;
|
||||
use Moo;
|
||||
|
||||
extends 'Slic3r::Fill::Rectilinear';
|
||||
|
||||
# Sorry for breaking OOP, but Line is implemented inside Rectilinear.
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue