mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Implemented a new "line" fill pattern. #20
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user