mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Bugfix: some nearly-thin walls were discarded. #261
This commit is contained in:
@@ -215,8 +215,6 @@ sub medial_axis {
|
||||
}
|
||||
return undef if !@skeleton_lines;
|
||||
|
||||
return undef if !@skeleton_lines;
|
||||
|
||||
# now build a single polyline
|
||||
my $polyline = [];
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user