mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Update tests after recent TriangleMesh optimizations
This commit is contained in:
parent
90280fe63b
commit
bfba5b3d78
2 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ sub vertices {
|
|||
|
||||
sub add_facet {
|
||||
push @{$mesh->facets}, [ [0,0,0], @{vertices(@_)} ];
|
||||
$mesh->BUILD;
|
||||
$mesh->analyze;
|
||||
}
|
||||
|
||||
sub intersect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue