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

Question: NonPlanar/Collision Parameters Help #50

Open
MikeySpring opened this issue Mar 3, 2022 · 1 comment
Open

Question: NonPlanar/Collision Parameters Help #50

MikeySpring opened this issue Mar 3, 2022 · 1 comment

Comments

@MikeySpring
Copy link

Hello Everyone,

This is more of general usage question rather than an issue. I'm currently trying to print some nonplanar parts. I was wondering if anyone has more information and advice on how to set the Nonplanar layer parameters? Thus far I've blindly set each parameter, and the parts failed. I figured it would be best to get a full understanding of how they work.

Thank you,
MikeySpring

@Zip-o-mat
Copy link
Owner

Zip-o-mat commented Mar 4, 2022

Maybe I can try to describe the parameters a bit:

  • "Maximum nonplanar angle": Sets the maximum angle where the surfaces are printed nonplanar (I set this < 10°)
  • "Maximum nonplanar collision angle": The maximum angle that can be printed without collision. This is only used for collision checking. The setting depends on your printer. 90° Disables the collision checking
  • "Minimum nonplanar area": Throws away all regions that are smaller than this to avoid very small nonplanar areas. Depends on the printed model.
  • "Maximum nonplanar collision height" Sets the maximum height of nonplanar surfaces. Maximum nonplanar collision angle has to be collision free in this region. The also depends on the hardware you use. Set to 999999 to disable.
  • "Ignore collision size" Ignores collisions smaller than this value. Basically a workaround to get rid of small artifacts generated by the offsetting algorithm that is used for collision checking.

Maybe this helps.

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

2 participants