Skip to content
Discussion options

You must be logged in to vote

when i load the mesh, use for parameters and plan the tool path, It shows that 'Mesh does not have vertext normals'. The error persist with different pieces. What could be the reason?

Some component of your tool path planning pipeline requires that your mesh have vertex normal information, but the mesh you passed in does not have that information. The error message is not particularly helpful (as you have found out) because it doesn't tell you which component needs vertex normals. This issue is documented here and will is on the list to be fixed soon. The error message is probably coming from the tool path planner. You can avoid this issue by running a normal estimation mesh modifier like

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marip8
Comment options

Answer selected by marip8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants