Fixed regression causing skirt ignoring the first layer extrusion width override. #728

This commit is contained in:
Alessandro Ranellucci 2012-10-15 10:57:15 +02:00
parent 8ac367bfa7
commit 769134bb6f
2 changed files with 21 additions and 12 deletions

View file

@ -66,6 +66,7 @@ use constant SMALL_PERIMETER_LENGTH => (6.5 / SCALING_FACTOR) * 2 * PI;
# them here because it makes accessing them slightly faster.
our $Config;
our $flow;
our $first_layer_flow;
sub parallelize {
my %params = @_;