mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Fixed regression causing skirt ignoring the first layer extrusion width override. #728
This commit is contained in:
parent
8ac367bfa7
commit
769134bb6f
2 changed files with 21 additions and 12 deletions
|
@ -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 = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue