mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Do not pass the Print object to SVG::output anymore
This commit is contained in:
parent
554d10c854
commit
cb4ede7f9e
5 changed files with 8 additions and 11 deletions
|
@ -240,7 +240,7 @@ sub make_loops {
|
|||
Slic3r::debugf " this shouldn't happen and should be further investigated\n";
|
||||
if (0) {
|
||||
require "Slic3r/SVG.pm";
|
||||
Slic3r::SVG::output(undef, "same_point.svg",
|
||||
Slic3r::SVG::output("same_point.svg",
|
||||
lines => [ map $_->line, grep !defined $_->[I_FACET_EDGE], @lines ],
|
||||
red_lines => [ map $_->line, grep defined $_->[I_FACET_EDGE], @lines ],
|
||||
#points => [ $self->vertices->[$point_id] ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue