Replies: 1 comment
-
You are correct, the plane slicer raster planner does just step a fixed distance normal to a cutting plane, so the resulting paths are not guaranteed to be equidistant on a surface. You should use the surface walk planner instead which does try to make paths equidistant from each other. It still exists in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying generate a points on a half sphere. The thing is that the raster slices the surface with equal spacing on XY (From top view) resulting different spacing on Z axis.
Previous version had "surface walk" but no more...
Any thoughts of how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions