mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
New slicing algorithm based on a topological approach rather than numeric. It should be much more robust
This commit is contained in:
@@ -8,6 +8,8 @@ has 'b_id' => (is => 'ro', required => 1);
|
||||
has 'facet_index' => (is => 'ro', required => 1);
|
||||
has 'prev_facet_index' => (is => 'ro', required => 0);
|
||||
has 'next_facet_index' => (is => 'ro', required => 0);
|
||||
has 'prev_edge_id' => (is => 'ro', required => 0);
|
||||
has 'next_edge_id' => (is => 'ro', required => 0);
|
||||
has 'facet_edge' => (is => 'ro', default => sub {0});
|
||||
|
||||
sub points {
|
||||
|
||||
Reference in New Issue
Block a user