mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Refactored Line objects to arrayrefs
This commit is contained in:
@@ -3,6 +3,7 @@ use Moo;
|
||||
|
||||
extends 'Slic3r::Line';
|
||||
|
||||
has 'edge_type' => (is => 'ro'); # top/bottom
|
||||
use Slic3r::Line::FacetEdge::Bottom;
|
||||
use Slic3r::Line::FacetEdge::Top;
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user