mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:55:55 +08:00
Typo
This commit is contained in:
parent
e13fe1d636
commit
aff0898f35
@ -19,7 +19,7 @@ sub fill_surface {
|
|||||||
my $distance = $min_spacing / $params{density};
|
my $distance = $min_spacing / $params{density};
|
||||||
|
|
||||||
my $flow_spacing = $params{flow_spacing};
|
my $flow_spacing = $params{flow_spacing};
|
||||||
if ($params{density} == 1 && !$params{dont_adjust) {
|
if ($params{density} == 1 && !$params{dont_adjust}) {
|
||||||
$distance = $self->adjust_solid_spacing(
|
$distance = $self->adjust_solid_spacing(
|
||||||
width => $bounding_box->[X2] - $bounding_box->[X1],
|
width => $bounding_box->[X2] - $bounding_box->[X1],
|
||||||
distance => $distance,
|
distance => $distance,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user