refactored local issues to use overhang distance
This commit is contained in:
parent
ea76977602
commit
14f109e703
3 changed files with 19 additions and 12 deletions
src/libslic3r
|
@ -436,7 +436,7 @@ void PrintObject::generate_support_spots()
|
|||
Vec3f point = Vec3f(inv_transform * support_point.position);
|
||||
Vec3f origin = Vec3f(
|
||||
inv_transform * Vec3f(support_point.position.x(), support_point.position.y(), 0.0f));
|
||||
selector.enforce_spot(point, origin, 1.0f);
|
||||
selector.enforce_spot(point, origin, 0.6f);
|
||||
}
|
||||
|
||||
model_volume->supported_facets.set(selector.selector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue