mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Fix for #499.
This commit is contained in:
parent
4d1551c305
commit
b4a21bea40
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue