Use correct variable type.

This commit is contained in:
Joseph Lenox 2017-03-26 13:49:34 -05:00
parent cc1ddc5770
commit 977b0aa8e1

View File

@ -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);