mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Bugfix: some bridges were not detected correctly. #57
This commit is contained in:
parent
52270d6b95
commit
b03afc7f1c
6 changed files with 87 additions and 59 deletions
|
@ -60,8 +60,8 @@ sub group {
|
|||
my $type = ($params->{merge_solid} && $surface->surface_type =~ /top|bottom|solid/)
|
||||
? 'solid'
|
||||
: $surface->surface_type;
|
||||
$type .= "_" . ($_[0]->bridge_angle || '');
|
||||
$type .= "_" . $_[0]->depth_layers;
|
||||
$type .= "_" . ($surface->bridge_angle || '');
|
||||
$type .= "_" . $surface->depth_layers;
|
||||
$unique_types{$type} ||= [];
|
||||
push @{ $unique_types{$type} }, $surface;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue