Quick fix for invalidation of support spots search
This commit is contained in:
parent
1d4f41a2fd
commit
ea76977602
4 changed files with 15 additions and 4 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, 0.6f);
|
||||
selector.enforce_spot(point, origin, 1.0f);
|
||||
}
|
||||
|
||||
model_volume->supported_facets.set(selector.selector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue