mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Bugfixes and improvements in surface detection
This commit is contained in:
parent
f1a36502e1
commit
2da5ee7448
13 changed files with 202 additions and 67 deletions
8
lib/Slic3r/Line/FacetEdge.pm
Normal file
8
lib/Slic3r/Line/FacetEdge.pm
Normal file
|
@ -0,0 +1,8 @@
|
|||
package Slic3r::Line::FacetEdge;
|
||||
use Moo;
|
||||
|
||||
extends 'Slic3r::Line';
|
||||
|
||||
has 'edge_type' => (is => 'ro'); # top/bottom
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue