WIP TreeSupports: Fixed support blockers.
This commit is contained in:
parent
0f71a41f53
commit
97af6f6f39
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ void TreeSupport::showError(std::string message, bool critical)
|
||||||
raw_overhangs_calculated = true;
|
raw_overhangs_calculated = true;
|
||||||
}
|
}
|
||||||
if (! (enforced_layer || blockers_layers.empty() || blockers_layers[layer_id].empty()))
|
if (! (enforced_layer || blockers_layers.empty() || blockers_layers[layer_id].empty()))
|
||||||
overhangs = diff(overhangs, blockers_layers[layer_id]);
|
overhangs = diff(overhangs, blockers_layers[layer_id], ApplySafetyOffset::Yes);
|
||||||
}
|
}
|
||||||
if (! enforcers_layers.empty() && ! enforcers_layers[layer_id].empty())
|
if (! enforcers_layers.empty() && ! enforcers_layers[layer_id].empty())
|
||||||
// Has some support enforcers at this layer, apply them to the overhangs, don't apply the support threshold angle.
|
// Has some support enforcers at this layer, apply them to the overhangs, don't apply the support threshold angle.
|
||||||
|
|
Loading…
Add table
Reference in a new issue