Bugfix: error when concentric infill. #73

This commit is contained in:
Alessandro Ranellucci 2011-11-28 22:52:35 +01:00
parent 92e86a2259
commit 248ed8589a
2 changed files with 10 additions and 3 deletions

View file

@ -41,7 +41,7 @@ sub fill_surface {
# split the loop at the starting point and make a path
my $path = $loop->split_at($cur_pos);
# clip the path to avoid the extruder to get exactly on the first point of the loop
$path->clip_end($Slic3r::flow_width / $Slic3r::resolution);