mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 02:24:04 +08:00
Bugfix: support material was oversimplifying the first outer perimeter. #314
This commit is contained in:
parent
0d910dec84
commit
356e750cf4
@ -621,7 +621,7 @@ sub generate_support_material {
|
||||
# grep $_->surface_type eq 'bottom' && defined $_->bridge_angle,
|
||||
# @{$layer->fill_surfaces} ],
|
||||
# )};
|
||||
@a = map $_->expolygon, grep $_->surface_type eq 'bottom', @{$layer->slices};
|
||||
@a = map $_->expolygon->clone, grep $_->surface_type eq 'bottom', @{$layer->slices};
|
||||
|
||||
$_->simplify(scale $Slic3r::flow_spacing * 3) for @a;
|
||||
push @unsupported_expolygons, @a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user