mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-03 07:41:04 -07:00
Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfaces because it was only considering the contour. This caused extra shell material even in hollow prints. #1049
This commit is contained in:
parent
7f23e72a10
commit
04d2231901
4 changed files with 14 additions and 5 deletions
|
|
@ -128,7 +128,7 @@ sub subdivide {
|
|||
}
|
||||
}
|
||||
|
||||
# returns false if the polyline is too tight to be printed
|
||||
# returns false if the polygon is too tight to be printed
|
||||
sub is_printable {
|
||||
my $self = shift;
|
||||
my ($width) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue