1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Fix hang in new support material caused by numerical approximation leaving small polygons, as usual

This commit is contained in:
Alessandro Ranellucci
2013-07-30 15:44:08 +02:00
parent 4e13d61aed
commit 1b4878f305
+2
View File
@@ -974,6 +974,7 @@ sub generate_support_material {
[
@{ $top{$z} || [] },
],
1,
);
}
@@ -991,6 +992,7 @@ sub generate_support_material {
@{ $top{$z} || [] },
@{ $interface{$i} || [] },
],
1,
);
}
}