mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
Bugfix: some nearly-thin walls were discarded. #261
This commit is contained in:
parent
edbdc5ec55
commit
8ba6405cc9
2 changed files with 6 additions and 5 deletions
|
@ -215,8 +215,6 @@ sub medial_axis {
|
|||
}
|
||||
return undef if !@skeleton_lines;
|
||||
|
||||
return undef if !@skeleton_lines;
|
||||
|
||||
# now build a single polyline
|
||||
my $polyline = [];
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue