1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

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
+1 -2
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;