mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Use the actual flow spacing for clipping concentric loops
This commit is contained in:
parent
0a5016a509
commit
610862a97f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ sub fill_surface {
|
|||
my $path = $loop->split_at_index($index);
|
||||
|
||||
# clip the path to avoid the extruder to get exactly on the first point of the loop
|
||||
$path->clip_end(($self->layer ? $self->layer->flow->scaled_spacing : $Slic3r::flow->scaled_spacing) * &Slic3r::LOOP_CLIPPING_LENGTH_OVER_SPACING);
|
||||
$path->clip_end(scale $flow_spacing * &Slic3r::LOOP_CLIPPING_LENGTH_OVER_SPACING);
|
||||
|
||||
push @paths, $path->points if @{$path->points};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue