mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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