mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00: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:
@@ -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) = @_;
|
||||
|
||||
Reference in New Issue
Block a user