mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 08:14:28 +08:00
Little regressions after recent merge
This commit is contained in:
parent
392309a369
commit
27b71d8885
@ -897,9 +897,9 @@ sub arrange {
|
|||||||
my $skirt_margin;
|
my $skirt_margin;
|
||||||
if ($Config->skirts > 0) {
|
if ($Config->skirts > 0) {
|
||||||
my $flow = Slic3r::Flow->new(
|
my $flow = Slic3r::Flow->new(
|
||||||
layer_height => $Config->first_layer_height,
|
layer_height => $Config->get_value('first_layer_height'),
|
||||||
nozzle_diameter => $Config->nozzle_diameter->[0], # TODO: actually look for the extruder used for skirt
|
nozzle_diameter => $Config->nozzle_diameter->[0], # TODO: actually look for the extruder used for skirt
|
||||||
width => $Config->first_layer_extrusion_width,
|
width => $Config->get_value('first_layer_extrusion_width'),
|
||||||
);
|
);
|
||||||
$skirt_margin = ($flow->spacing * $Config->skirts + $Config->skirt_distance) * 2;
|
$skirt_margin = ($flow->spacing * $Config->skirts + $Config->skirt_distance) * 2;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user