mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 01:40:37 +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,
|
||||
width => $_interface_flow->width,
|
||||
height => $layer->height,
|
||||
), @p;
|
||||
), @$p;
|
||||
}
|
||||
|
||||
$layer->support_interface_fills->append(@paths);
|
||||
|
Loading…
x
Reference in New Issue
Block a user