Removed debugging line
This commit is contained in:
parent
8c4a0f23df
commit
fd6b78f7f2
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ sub make_perimeters {
|
|||
role => EXTR_ROLE_EXTERNAL_PERIMETER,
|
||||
flow_spacing => $self->perimeter_flow->spacing,
|
||||
);
|
||||
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