Increase spacing for bridge traces. #1090

This commit is contained in:
Alessandro Ranellucci 2013-05-17 15:03:42 +02:00
parent 8e2063397a
commit 8f77d3b945
2 changed files with 1 additions and 3 deletions

View file

@ -96,8 +96,7 @@ sub _build_width {
sub _build_spacing {
my $self = shift;
my $width = $self->width;
return $width - (&Slic3r::BRIDGE_OVERLAP_FACTOR * $width);
return $self->width + 0.05;
}
1;