This commit is contained in:
Mark Hindess 2012-06-29 16:57:19 +01:00
parent 4d1551c305
commit b4a21bea40

View File

@ -514,7 +514,7 @@ sub generate_support_material {
[ map @$_, @current_support_regions ],
[ 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
# we need an angle threshold for this