mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Do not pass the Print object to SVG::output anymore
This commit is contained in:
@@ -51,7 +51,7 @@ sub fill_surface {
|
||||
|
||||
if (0) {
|
||||
require "Slic3r/SVG.pm";
|
||||
Slic3r::SVG::output(undef, "fill.svg",
|
||||
Slic3r::SVG::output("fill.svg",
|
||||
polygons => $expolygon,
|
||||
polylines => [map $_->p, @paths],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user