Rename adjust_overhang_flow to overhangs

This commit is contained in:
Alessandro Ranellucci 2013-07-06 11:35:40 +02:00
parent 606d856af8
commit f455ecb7da
5 changed files with 12 additions and 11 deletions

View file

@ -103,7 +103,7 @@ use Slic3r::Test;
$config->set('fan_below_layer_time', 0);
$config->set('slowdown_below_layer_time', 0);
$config->set('bridge_fan_speed', 100);
$config->set('adjust_overhang_flow', 1);
$config->set('overhangs', 1);
my $print = Slic3r::Test::init_print('overhang', config => $config);
my %layer_speeds = (); # print Z => [ speeds ]
my $fan_speed = 0;