mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Ported make_perimeters() to C++
This commit is contained in:
parent
15d2522f3d
commit
6ac79e3ed6
7 changed files with 43 additions and 34 deletions
|
@ -310,7 +310,7 @@ use Slic3r::Test;
|
|||
[ map @$_, (@$covered_by_perimeters, @$covered_by_infill) ],
|
||||
);
|
||||
|
||||
if (1) {
|
||||
if (0) {
|
||||
printf "max non covered = %f\n", List::Util::max(map unscale unscale $_->area, @$non_covered);
|
||||
require "Slic3r/SVG.pm";
|
||||
Slic3r::SVG::output(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue