Line.pm 150 B

12345678
  1. package Slic3r::Fill::Line;
  2. use Moo;
  3. extends 'Slic3r::Fill::Rectilinear';
  4. # Sorry for breaking OOP, but Line is implemented inside Rectilinear.
  5. 1;