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

non manifold issue #1

Open
benoitpaillard opened this issue Apr 27, 2020 · 7 comments
Open

non manifold issue #1

benoitpaillard opened this issue Apr 27, 2020 · 7 comments

Comments

@benoitpaillard
Copy link

Hey man, thanks for the tool, very useful these days ! haha

I'm getting a non-manifold issue in the slicer for 3D printing, any idea how to solve that ?

Cheers.

@kristov
Copy link
Owner

kristov commented Apr 30, 2020

Hello! I noticed on a few parts if there are "subtractive" operations on the model my tool fails to capture these correctly. For example Technic blocks have a hole in the stud on the top and my code fails to handle that case so the stud comes out solid. I suspect your issue might be related to that. Would you be able to paste me the part filename you are trying to convert?

@benoitpaillard
Copy link
Author

benoitpaillard commented Apr 30, 2020 via email

@kristov
Copy link
Owner

kristov commented Apr 30, 2020

Ok I will check it out and get back to you - thanks!

@kristov
Copy link
Owner

kristov commented May 1, 2020

Commit c05cf2c looks like it may work for 3020.dat at least. However I am not confident that I BFC extension behavior working correctly, so meanwhile I am working on what I hope is the proper solution. Once I am happy with a proper solution I will test more parts to make sure it's a real fix.

@jmerc77
Copy link
Contributor

jmerc77 commented Jan 2, 2021

found the issue with the flipping...
line 216 in parser.pm: change elsif to if
fixed it for me. however, holes may still be a problem and has nothing to do with the code but the way ldraw parts are created.

@jmerc77
Copy link
Contributor

jmerc77 commented Jan 2, 2021

my first pull request ever!
flipped face fix

@kristov
Copy link
Owner

kristov commented Jan 5, 2021

Merged! Thanks a lot for the contribution :-)

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

3 participants