mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Increase spacing for bridge traces. #1090
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user