1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Merge branch 'master' into overhang

This commit is contained in:
Alessandro Ranellucci
2013-05-16 18:36:11 +02:00
7 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ sub _build_width {
sub _build_spacing {
my $self = shift;
my $width = $self->width;
return $width + &Slic3r::OVERLAP_FACTOR * ($width * PI / 4 - $width);
return $width - (&Slic3r::BRIDGE_OVERLAP_FACTOR * $width);
}
1;