mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fix hang in new support material caused by numerical approximation leaving small polygons, as usual
This commit is contained in:
@@ -974,6 +974,7 @@ sub generate_support_material {
|
||||
[
|
||||
@{ $top{$z} || [] },
|
||||
],
|
||||
1,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -991,6 +992,7 @@ sub generate_support_material {
|
||||
@{ $top{$z} || [] },
|
||||
@{ $interface{$i} || [] },
|
||||
],
|
||||
1,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user