mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
Rename adjust_overhang_flow to overhangs
This commit is contained in:
parent
606d856af8
commit
f455ecb7da
5 changed files with 12 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue