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

Some a slice skips one vertex #3

Closed
casperlamboo opened this issue Jun 13, 2015 · 3 comments
Closed

Some a slice skips one vertex #3

casperlamboo opened this issue Jun 13, 2015 · 3 comments

Comments

@casperlamboo
Copy link
Contributor

When slicing some times a slice skips one vertex (see attached screenshot).

  • It seems that one one vertex is missing
  • Surrounding layers have also one vertex missing, which is generally in the same place

schermafbeelding 2015-06-13 om 20 20 15

@casperlamboo
Copy link
Contributor Author

Displayed intersect data in an external viewer

  • black: Intersect vertexes
  • green: Intersect line
  • red: the vertexes of the line

The intersection algorithm detecters that lines have a collision. When converting to path these intersection points get lost.

download

@casperlamboo
Copy link
Contributor Author

The model I am using (dom.stl) has a lot of bad faces, faces which vertexes are all inline. This generates a normal with length 0 (x=0 and y=0). [HYPOTHESIS] When creating a line and comes to a line of the bad face the algorithm cannot detect it has to continue the line. Instead it finishes the line leading to this behaviour.

schermafbeelding 2015-06-15 om 14 42 29 copy

@casperlamboo
Copy link
Contributor Author

There seems to be no hidden point and all points seems to be connected in the connect array

download 1

casperlamboo added a commit that referenced this issue Jun 15, 2015
mith pushed a commit that referenced this issue Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant