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

Modifier parts create problems in the external perimeters #1092

Open
robustini opened this issue Apr 17, 2021 · 8 comments
Open

Modifier parts create problems in the external perimeters #1092

robustini opened this issue Apr 17, 2021 · 8 comments

Comments

@robustini
Copy link

When modifiers are added they create breaks in the outer perimeters.
More than a bug it is a boring thing.
It would be more useful instead that the external perimeters were respected and maintained their linearity, also for a better solidity of the printed item.
For example, if the declared external perimeters are 2 and in modifier 3 the modified section should have only two internal perimeters, and use an external one.

Slice the project and check the issue.

SuperSlicer V2.3.55.5 on Windows 10 Pro

immagine

FUSOLIERA2.zip

@neophyl
Copy link

neophyl commented Apr 17, 2021

This is the way PS slices when you use modifiers. When you apply a modifier you are effectively splitting the model into 2 models. It slices them separately which causes these issues. Its always done that.
I agree that its problematic though and its been reported many time before at the main Prusa Slicer github repository. I think the most recent one is prusa3d#5988 and from that post it looks like something is being modified in the current PS2.4 master.
As changes in PS usually end up filtering down to SuSie this issue should eventually be resolved upstream.

@robustini
Copy link
Author

I hope so, because the modifiers are very comfortable but when placed on the external perimeters it is a disaster.

@supermerill
Copy link
Owner

supermerill commented Apr 25, 2021

For the perimeters, the split is currently done the easy way.
It's possible to not split it for some options, but a significant effort is needed for that.

it looks like something is being modified in the current PS2.4 master.

Didn't see anything in the source code about that yet.

@robustini
Copy link
Author

I see, it is also a known problem in Prusa Slicer.
I'm noticing that Cura is smarter in this and leaves the outer perimeters unchanged.

@robustini
Copy link
Author

Here is the comparison.

immagine

immagine

@robustini
Copy link
Author

robustini commented Dec 23, 2021

@supermerill thanks for all the current improvements and fixes, SuperSlicer has long since become my favorite slicer, I have deinstalled all the others.
Haven't planned a fix for this big problem?
Merry Christmas!

immagine

@supermerill
Copy link
Owner

supermerill commented Dec 23, 2021

Not on short term... sadly

@tonysmartantzoulatos
Copy link

@supermerill i can see the same problem as @robustini is saying on my parts also.
photo_2022-05-19_22-24-30
This is far from perfect print but the stl prior to slice with modifiers is solid and if sliced without modifiers it does not create this gap. Having the perimeters intact is key almost for all types of prints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants