mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed regression causing bridges not to be printed with rectilinear pattern when --external-fill-pattern was set. #2460
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user