Fix of ca0b218a56
This commit is contained in:
parent
9ce81d6d12
commit
6f5b71b7df
@ -1660,7 +1660,7 @@ void PrintObject::bridge_over_infill()
|
|||||||
|
|
||||||
// generate sparse infill polylines from lower layers to get anchorable polylines
|
// generate sparse infill polylines from lower layers to get anchorable polylines
|
||||||
Polylines lower_layer_polylines = po->get_layer(lidx)->lower_layer
|
Polylines lower_layer_polylines = po->get_layer(lidx)->lower_layer
|
||||||
? po->get_layer(lidx)->lower_layer->generate_sparse_infill_polylines_for_anchoring();
|
? po->get_layer(lidx)->lower_layer->generate_sparse_infill_polylines_for_anchoring()
|
||||||
: Polylines();
|
: Polylines();
|
||||||
|
|
||||||
for (std::pair<const LayerSlice *, SurfacesPtr> candidates : bridging_surface_candidates) {
|
for (std::pair<const LayerSlice *, SurfacesPtr> candidates : bridging_surface_candidates) {
|
||||||
|
Loading…
Reference in New Issue
Block a user