mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 22:39:01 +08:00
Use correct variable type.
This commit is contained in:
parent
cc1ddc5770
commit
977b0aa8e1
@ -763,7 +763,7 @@ sub generate_toolpaths {
|
|||||||
mm3_per_mm => $mm3_per_mm,
|
mm3_per_mm => $mm3_per_mm,
|
||||||
width => $_interface_flow->width,
|
width => $_interface_flow->width,
|
||||||
height => $layer->height,
|
height => $layer->height,
|
||||||
), @p;
|
), @$p;
|
||||||
}
|
}
|
||||||
|
|
||||||
$layer->support_interface_fills->append(@paths);
|
$layer->support_interface_fills->append(@paths);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user