Minor cleanups

This commit is contained in:
Alessandro Ranellucci 2011-09-26 19:53:01 +02:00
parent 81085433fd
commit b61b543243
5 changed files with 2 additions and 29 deletions

View file

@ -123,7 +123,7 @@ sub G1 {
}
# apply the speed reduction for print moves on bottom layer
my $speed_multiplier = $e
my $speed_multiplier = $e && $self->z == $Slic3r::z_offset
? $Slic3r::bottom_layer_speed_ratio
: 1;