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 seam on smooth objects / Spiral vase not following object contour #7115

Open
2 of 3 tasks
fritzw opened this issue Oct 15, 2024 · 0 comments
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@fritzw
Copy link

fritzw commented Oct 15, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.1.1 and 2.2.0 RC

Operating System (OS)

Linux, Windows

OS Version

Mint 22, Windows 11

Additional system information

irrelevant

Printer

irrelevant

How to reproduce

  • Add standard cone primitive to build plate
  • Switch to vase mode
  • Slice
  • Notice seam-like artifact in preview and in print

Actual results

Print shows a "seam-like" artifact on the smooth surface of the cone:

orcaslicer_vase_mode_bug

The problem becomes more severe for more severe overhangs (making the cone wider but not taller). Here's the same cone but scaled down from 25.6mm to 9mm height:

cone_9mm_height

The root cause seems to be that the slicer cuts the object into horizontal slices as usual in the "normal" non-spiral mode, and then joins them afterward to create a spiral, instead of following the actual surface of the object in a spiral trajectory. This can be seen by overlaying a circle on the preview, which aligns perfectly with the contours of the toolpath. This should not be the case if the toolpath was an actual spiral ascending a cone:

orcaslicer_bug_circular_vase

Activating the "Smooth spiral" mode merely hides the fact by blending the seam over a larger distance. Nevertheless, most of the extrusion path is still circular and does not faithfully follow the contour of the object. Only about 1/3 of it actually approximates a spiral due to the smooth blending:

orcaslicer_smooth_vase_circular

Expected results

  • There should be no seam in vase mode for a smooth object
  • The toolpath should faithfully follow the contour of the object as Z increases, not follow the contour of the object at a single Z height.

Project file & Debug log uploads

orcaslicer_vase_mode_bug.zip

Checklist of files to include

  • Log file
  • Project file

Anything else?

@fritzw fritzw added the bug Something isn't working label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant