mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Bugfix: error when concentric infill. #73
This commit is contained in:
parent
92e86a2259
commit
248ed8589a
2 changed files with 10 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue