1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

External perimeter first on bottom layer when brim is enabled. #761

This commit is contained in:
Alessandro Ranellucci
2012-10-24 12:04:44 +02:00
parent 28b56ae840
commit 1445820673
+6
View File
@@ -276,6 +276,12 @@ sub make_perimeters {
}
}
# if brim will be printed, reverse the order of perimeters so that
# we continue inwards after having finished the brim
if ($self->layer->id == 0 && $Slic3r::Config->brim_width > 0) {
@{$self->perimeters} = reverse @{$self->perimeters};
}
# add thin walls as perimeters
{
my @thin_paths = ();