Removed debugging line
This commit is contained in:
parent
2295d48947
commit
0f9e143ba1
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ sub make_perimeters {
|
|||
role => EXTR_ROLE_EXTERNAL_PERIMETER,
|
||||
mm3_per_mm => $mm3_per_mm,
|
||||
);
|
||||
printf "len = %s\n", unscale($p->length);
|
||||
push @paths, $p->isa('Slic3r::Polygon')
|
||||
? Slic3r::ExtrusionLoop->new(polygon => $p, %params)
|
||||
: Slic3r::ExtrusionPath->new(polyline => $p, %params);
|
||||
|
|
Loading…
Reference in a new issue