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

Spiral vase works fine on vertical objects, but gives compensation artefacts on slopes #4360

Open
Leozolt opened this issue Apr 2, 2018 · 8 comments
Labels
Feature request This is an idea for a new feature in Slic3r Support material

Comments

@Leozolt
Copy link

Leozolt commented Apr 2, 2018

The error looks like the slicer makes a spiral on the Z layer (
helicoidal
)

but compensates the diameter of the spiral on a single spot, instead of doing a conical spiral (helix) (
conicalspiral
).

Using slic3r 1.3.0-dev but had the same issue before tho it's less visible with a thinner nozzle (0,4 .. 0,6mm).

Using 1,2mm nozzle in the print pictures also happens if there is no seam in the stl on the spot where it happens.

The error appears at the same spot where the spiral begins.

spiralvaseoverhang
dsc01248_li

It's not visible in preview or layer preview as they only show layer circles an no actual path preview...
preview

If a stl is required i prefer transmitting it on a non public space for this model.

Thank You!

@lordofhyphens
Copy link
Member

@Leozolt could you add a copy of the configuration? Use CTRL-E (or File->Export Config)

@lordofhyphens
Copy link
Member

Here's a possible test case @Leozolt can you confirm this model with your config causes the problem?

possible_test.zip

@Leozolt
Copy link
Author

Leozolt commented Apr 3, 2018

Printed out the slopevase.stl
dsc01257
dsc01258_li

The change in diameter per "layer" is clearly visible/feelable on the issue line but i am not able to photograph it accordingly.

So i can confirm the same issue with my config (needed to reduce to 15mm/s for the slopevase the diameter is too small)
config.zip

Tried to load the config inside the test zip but nothing loads/changes

@bubnikv
Copy link
Contributor

bubnikv commented Apr 3, 2018 via email

@Leozolt
Copy link
Author

Leozolt commented Apr 3, 2018

Is it possible to apply the "hack" on the x y plane to make the diameter grow continually?

@bubnikv
Copy link
Contributor

bubnikv commented Apr 3, 2018

Maybe. One would have to find corresponding points between two successive contours and then to linearly morph from one contour to the other. This is not too difficult to implement.

Other solution would be to calculate the spiral over the input surface, but that is much more complex to do.

@Leozolt
Copy link
Author

Leozolt commented Apr 5, 2018

ok, it would require to calculate a spiral (conical helix segment) from one layer to the next and subdivide it to small linear segments. ??

@mesheldrake
Copy link
Collaborator

No, not always a conical helix segment. Think of the general case - any old spiral vase type model - where it's not necessarily conical. That's where @bubnikv 's first suggestion makes more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request This is an idea for a new feature in Slic3r Support material
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants