mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Many fixes to the bridge direction detection algorithm and other things. #58
This commit is contained in:
@@ -60,7 +60,7 @@ sub group {
|
||||
my $type = ($params->{merge_solid} && $surface->surface_type =~ /top|bottom|solid/)
|
||||
? 'solid'
|
||||
: $surface->surface_type;
|
||||
$type .= "_" . ($surface->bridge_angle || '');
|
||||
$type .= "_" . ($surface->bridge_angle // ''); #/
|
||||
$type .= "_" . $surface->depth_layers;
|
||||
$unique_types{$type} ||= [];
|
||||
push @{ $unique_types{$type} }, $surface;
|
||||
|
||||
Reference in New Issue
Block a user