1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

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
+1 -1
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);