Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paint on support ignores some paints. #5948

Closed
gbzh01 opened this issue Feb 1, 2021 · 1 comment
Closed

Paint on support ignores some paints. #5948

gbzh01 opened this issue Feb 1, 2021 · 1 comment

Comments

@gbzh01
Copy link

gbzh01 commented Feb 1, 2021

file_support.3mf.zip
Prusa Slicer 2.3.0

Mac OSX 10.15.7

Prusa MK3s

When painting support, the slicer only makes the support on the top overhang but not on the one below.

Is this a new feature request? No

Bildschirmfoto 2021-02-01 um 15 53 26
Bildschirmfoto 2021-02-01 um 15 53 44

@bubnikv
Copy link
Collaborator

Fixed with 0367e1cf1b55cd7780785448d2c605ba98025fac

When projecting the horizontal or nearly horizontal support enforcers or blockers
into object layers, the projection may fall on a layer above or below the layer
where it should in case the nearly horizontal support enforcer or blocker
triangles are intersecting the slicing plane of one of the object layers.
Due to numerical issues, projection of the support blocker or
enforcer triangles may not fall to the same side of the slicing plane
as when slicing the object. To make the projection robust, horizontal triangles
are newly projected to both the layer below and above if they are close
to the object slicing plane.

bubnikv added a commit that referenced this issue Feb 23, 2021
When projecting the horizontal or nearly horizontal support enforcers or blockers
into object layers, the projection may fall on a layer above or below the layer
where it should in case the nearly horizontal support enforcer or blocker
triangles are intersecting the slicing plane of one of the object layers.
Due to numerical issues, projection of the support blocker or
enforcer triangles may not fall to the same side of the slicing plane
as when slicing the object. To make the projection robust, horizontal triangles
are newly projected to both the layer below and above if they are close
to the object slicing plane.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants