mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 05:35:59 +08:00
Fix for #499.
This commit is contained in:
parent
4d1551c305
commit
b4a21bea40
@ -514,7 +514,7 @@ sub generate_support_material {
|
|||||||
[ map @$_, @current_support_regions ],
|
[ map @$_, @current_support_regions ],
|
||||||
[ map @$_, map $_->expolygon->offset_ex($distance_from_object), @{$layer->slices} ],
|
[ map @$_, map $_->expolygon->offset_ex($distance_from_object), @{$layer->slices} ],
|
||||||
);
|
);
|
||||||
$_->simplify(scale $layer->support_material_flow->spacing * 2) for @{$layers{$i}};
|
$_->simplify(scale $Slic3r::support_material_flow->spacing * 2) for @{$layers{$i}};
|
||||||
|
|
||||||
# step 2: get layer overhangs and put them into queue for adding support inside lower layers
|
# step 2: get layer overhangs and put them into queue for adding support inside lower layers
|
||||||
# we need an angle threshold for this
|
# we need an angle threshold for this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user