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

Most support types are going through model interfering with the print/infill #19

Closed
jaydawgx7 opened this issue Jul 27, 2022 · 4 comments
Labels
fixed Fixed in the source code

Comments

@jaydawgx7
Copy link

Firstly, thank you for this plugin as it actually makes supports usable in Cura! I finally just updated to Cura 5.1 from 4.13 and reinstalled/updated all of my plugins and noticed I'm having issues with all of the support shapes except Cylinder. All of the other shapes protrude up into or through the model which adds extra material through the top of the part. As you can see in this screenshot, the Tube support goes into the part and the other supports go right through the top of the model (which actually shows will get printed).

NcZhIXvip0

@5axes
Copy link
Owner

5axes commented Aug 6, 2022

Different additional height regarding the support Style.
image

  • Cube : Size /2
  • Cylinder + Tube : Size * 0.1
  • Freeform : 0
  • Abutment : Size
  • Custom : support_interface_height parameter

Yes clearly too much difference between the heights. Something to review but these values have been defined according to test cases so it will take me some time to decide which solution to keep.

@5axes 5axes added the Need investigation Need further investigations label Aug 6, 2022
@5axes
Copy link
Owner

5axes commented Aug 6, 2022

Not sure to change something... Regarding the "standard" use of the plugin the additional height is addapted to their specific shape.
image

In case of Cylinder Shape , the height could be standardized with the cube case. But this support is mainly used to support small area so in this case the additional height is much more limited.
image

@5axes 5axes added the Works as intended Works as intended, no need to modify label Aug 6, 2022
@5axes 5axes added fixed Fixed in the source code and removed Need investigation Need further investigations Works as intended Works as intended, no need to modify labels Aug 22, 2022
@5axes
Copy link
Owner

5axes commented Aug 22, 2022

V2.6.6 Modification to limite the support height to the model height.

@DuckersMcQuack
Copy link

DuckersMcQuack commented Oct 12, 2022

Goes through the model for me as well. Just added it to cura 5.1.1
Doesn't slice inside the model, just goes infinitely down and not stopping at the shoulder

NVIDIA_Share_BCeNOJ97c6

@5axes 5axes closed this as completed Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Fixed in the source code
Projects
None yet
Development

No branches or pull requests

3 participants