mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
More tests and related fixes to bridge detection. #1917
This commit is contained in:
@@ -399,7 +399,6 @@ sub process_external_surfaces {
|
||||
if ($lower_layer) {
|
||||
$bridge_detector //= Slic3r::Layer::BridgeDetector->new(
|
||||
lower_slices => $lower_layer->slices,
|
||||
perimeter_flow => $self->flow(FLOW_ROLE_PERIMETER),
|
||||
infill_flow => $self->flow(FLOW_ROLE_INFILL),
|
||||
);
|
||||
Slic3r::debugf "Processing bridge at layer %d:\n", $self->id;
|
||||
|
||||
Reference in New Issue
Block a user