mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Bugfix: random but frequent crashes after recent perimeter code refactoring
This commit is contained in:
parent
d1243397fa
commit
bf02062a67
3 changed files with 8 additions and 1 deletions
|
@ -259,7 +259,8 @@ sub process {
|
|||
|| ($self->layer_id == 0 && $self->print_config->brim_width > 0);
|
||||
|
||||
# append perimeters for this slice as a collection
|
||||
$self->loops->append(Slic3r::ExtrusionPath::Collection->new(@loops));
|
||||
$self->loops->append(Slic3r::ExtrusionPath::Collection->new(@loops))
|
||||
if @loops;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue