Fixes for merge issues

This commit is contained in:
Alessandro Ranellucci 2013-01-26 23:55:47 +01:00
parent 61b164b539
commit f1230312e3
3 changed files with 7 additions and 8 deletions

View file

@ -169,7 +169,7 @@ sub BUILD {
}
require "Slic3r/SVG.pm";
Slic3r::SVG::output(undef, "space.svg",
Slic3r::SVG::output("space.svg",
lines => \@lines,
points => [ values %{$self->_pointmap} ],
no_arrows => 1,