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
@ -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…
Reference in New Issue
Block a user