mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
Bugfix: support material was oversimplifying the first outer perimeter. #314
This commit is contained in:
parent
0d910dec84
commit
356e750cf4
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ sub generate_support_material {
|
||||||
# grep $_->surface_type eq 'bottom' && defined $_->bridge_angle,
|
# grep $_->surface_type eq 'bottom' && defined $_->bridge_angle,
|
||||||
# @{$layer->fill_surfaces} ],
|
# @{$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;
|
$_->simplify(scale $Slic3r::flow_spacing * 3) for @a;
|
||||||
push @unsupported_expolygons, @a;
|
push @unsupported_expolygons, @a;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue