Fixed regression causing bridges not to be printed with rectilinear pattern when --external-fill-pattern was set. #2460

This commit is contained in:
Alessandro Ranellucci 2014-12-28 17:29:21 +01:00
parent 959eb60ad0
commit 5d4d79191a

View File

@ -187,7 +187,7 @@ sub make_fill {
if ($surface->is_solid) {
$density = 100;
$filler = 'rectilinear';
if ($surface->is_external) {
if ($surface->is_external && !$is_bridge) {
$filler = $layerm->config->external_fill_pattern;
}
} else {