Merge branch 'master' into overhang

Conflicts:
	lib/Slic3r/GCode.pm
This commit is contained in:
Alessandro Ranellucci 2013-06-16 10:49:33 +02:00
commit 07407e5dbd
53 changed files with 1737 additions and 615 deletions

View file

@ -98,8 +98,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;