mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
New slicing algorithm based on a topological approach rather than numeric. It should be much more robust
This commit is contained in:
parent
de88144649
commit
a9e7204fc6
6 changed files with 339 additions and 271 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue