mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Removed SVG debug codes left (as always) in a unit test
This commit is contained in:
@@ -81,11 +81,6 @@ use Slic3r::Geometry qw(collinear);
|
|||||||
);
|
);
|
||||||
is collinear($lines[0], $lines[1], 0), 0, 'not collinear';
|
is collinear($lines[0], $lines[1], 0), 0, 'not collinear';
|
||||||
is collinear($lines[0], $lines[1], 1), 0, 'not collinear';
|
is collinear($lines[0], $lines[1], 1), 0, 'not collinear';
|
||||||
|
|
||||||
use Slic3r::SVG;
|
|
||||||
Slic3r::SVG::output(undef, "collinear.svg",
|
|
||||||
lines => \@lines,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#==========================================================
|
#==========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user