mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00: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