-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
@Leozolt could you add a copy of the configuration? Use CTRL-E (or File->Export Config) |
Here's a possible test case @Leozolt can you confirm this model with your config causes the problem? |
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) Tried to load the config inside the test zip but nothing loads/changes |
the spiral vase is a hack. The mesh is being sliced by parallel planes as
usual, but then the z is modified to grow continually. So the effect you
are seeing is to be expexted.
…On Tue, Apr 3, 2018, 02:10 Leozolt ***@***.***> wrote:
Printed out the slopevase.stl
[image: dsc01257]
<https://user-images.githubusercontent.com/26518970/38222101-3e60d69a-36e3-11e8-8378-d84d6b7502eb.JPG>
The change in diameter per "layer" is clearly visible/feelable on the
issue line but i am not able to photograph it accordingly.
Same issue with my config (needed to reduce to 15mm/s for the slopevase
the diameter is too small)
config.zip <https://github.com/slic3r/Slic3r/files/1869773/config.zip>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4360 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5IwKzEPwTAwq5fgKUZXXfLnkJ70fLks5tkr32gaJpZM4TEIC->
.
|
Is it possible to apply the "hack" on the x y plane to make the diameter grow continually? |
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. |
ok, it would require to calculate a spiral (conical helix segment) from one layer to the next and subdivide it to small linear segments. ?? |
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. |
The error looks like the slicer makes a spiral on the Z layer (
)
but compensates the diameter of the spiral on a single spot, instead of doing a conical spiral (helix) (
).
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.
It's not visible in preview or layer preview as they only show layer circles an no actual path preview...
If a stl is required i prefer transmitting it on a non public space for this model.
Thank You!
The text was updated successfully, but these errors were encountered: