mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
More tests and related fixes to bridge detection. #1917
This commit is contained in:
parent
c4bfe64fb8
commit
f7e8a99078
3 changed files with 50 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue