mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
Fixed regression causing bridges not to be printed with rectilinear pattern when --external-fill-pattern was set. #2460
This commit is contained in:
parent
959eb60ad0
commit
5d4d79191a
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ sub make_fill {
|
||||||
if ($surface->is_solid) {
|
if ($surface->is_solid) {
|
||||||
$density = 100;
|
$density = 100;
|
||||||
$filler = 'rectilinear';
|
$filler = 'rectilinear';
|
||||||
if ($surface->is_external) {
|
if ($surface->is_external && !$is_bridge) {
|
||||||
$filler = $layerm->config->external_fill_pattern;
|
$filler = $layerm->config->external_fill_pattern;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue