Jump to content

Vase Mode Seam in Preview


Go to solution Solved by GregValiant,

Recommended Posts

Posted · Vase Mode Seam in Preview

Applying Vase mode in the slicer I'm seeing a seam in the preview.  I assumed vase mode does no have a seam.  Is there a setting in Cura that overrides or modifies Vase mode that is causing the seam?  I've even saw the seam in a printed part. 

 

I'm using v4.13.1

VaseModeSeam.jpg

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview

    If there is a seam then Cura has decided that it can't spiralize at least a portion of the model.  That's often caused by something in the model geometry.  4.13.1 is pretty forgiving though.

    Load the model and use the "File | Save Project" command and post the 3mf file here.  Someone will take a look.

  • Link to post
    Share on other sites

    • Solution
    Posted · Vase Mode Seam in Preview

    Yes, the project file contains the model, all your Cura settings, and your printer including any customizing you did to things like the start and end gcodes.  It's an excellent tool for trouble-shooting.

     

    Here is the Cura preview of your model.  This is the backside and you can see down low the white marks indicating the starts and stops where Cura had not yet started to spiralize.  If you look at the rest of the model you will see that these are the only starts and stops.

    image.thumb.png.91a0505aeaa2e3b5548e199b2c739ecf.png

     

    Here it is from the top.  There is the phantom Zseam.  It isn't the problem.  What is a problem is that the loops of the walls no longer touch, and this area will fail and fall inside the model as a modest bowl of spaghetti.

    image.thumb.png.11930632b6a66446448e3f7dc6adc50b.png

     

    Below is the gcode read into AutoCad.  I've erased the front so you can see the area depicted above.  This is not a "cartoon" like Cura shows but is the mathematical representation of the actual gcode moves.  If you squint you can see that there is no seam.

    Vase.thumb.png.d11538b58d4a7101a96f4b08b78281a9.png

     

    This snippet of gcode is from that vase.

    1 F2885.7 X117.597 Y176.343 Z53.444 E4088.42483
    G1 X114.873 Y176.599 Z53.448 E4089.00723
    G1 X112.157 Y176.743 Z53.452 E4089.58618
    G1 X109.42 Y176.776 Z53.457 E4090.16883
    G1 X106.682 Y176.697 Z53.461 E4090.7519
    G1 X103.97 Y176.508 Z53.465 E4091.33059
    G1 X101.24 Y176.205 Z53.469 E4091.91528
    G1 X98.556 Y175.795 Z53.473 E4092.49324

    You can see that the Z is sneaking up a little bit with every extrusion.  That's spiralized and there is no Z-seam.

    So when I sliced it Spiralize worked and there would be no Z-seam when printed.

    What we probably have is a poor rendering (a bad cartoon) in Cura.  
     

     

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview

    Set Cura up to spiralize the model with a "Pause at Height" at what will be your transition layer going from Spiralize to Conventional.

    Leave the  Pause alone and slice the file with a conventional slice.

    You will pretty much get the splice info for free.  The "bottom" gcode file will run to the "Pause Command" and from there down everything gets deleted.

    The "Top" file you copy everything from the Pause Command to the end of the file and paste it in to the first file.

    There will be some lines you don't need (like the Park the Head lines and such).  Just make sure that the E numbers are correct using the G92 command.  If you look closely at the retraction distance and make sure of where the end of the filament is in relation to the end of the nozzle you can get very smooth transitions when going across the transition.

    Generally, it's easier to put a solid base under a spiralized upper as there is good support for when spiralize starts.  With a spiral bottom and a conventional upper there can be issues because there won't be any supports and they might be required

    Here I've shown a transition from spiral base to conventional top.  The lines that I've struck out aren't needed.  The Z move is important (Adaptive Layers might be a problem) and the G92 E line is already correct.  Practicing on a low model is a good idea.

    M83 ; switch to relative E values for any needed retraction
    G1 F300 Z49.32 ; move up a millimeter to get out of the way
    G1 F9000 X190 Y190
    M104 S0 ; standby temperature
    M84 S3600 ; Keep steppers engaged for 1h
    M300 S440 P1000 ; Beep
    M0 ; Do the actual pause
    M109 S210 ; WAIT for resume temperature
    G1 F9000 X186.551 Y107.89
    G1 F300 Z48.32 ; move back down to resume height
    G1 F3000 ; restore extrusion feedrate
    M82 ; switch back to absolute E values
    G92 E611.11561
    ;LAYER:240
    M117 Printing Layer 240 of 278 A Weber Stand
    ;TYPE:WALL-INNER
    ;MESH:A Weber Stand.stl
    G1 F4500 X189.542 Y149.078 E613.1759

    • Like 1
    Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview

    I made a small test piece ~60 slices starting with spiral transiting to conventional.  I made a couple test prints and I noticed the conventional print at the same Z height printed much wider than the spiral.  Does one method print on center and the other inside or outside?  Is there a adjustment or correction in Cura?

     

     

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview

    I never noticed that and I don't know the answer.  When you say "much wider" how much wider are we really talking about?

    Maybe @MariMakes or @Dustin has some thoughts on this?

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview

    Im not sure on this myself.. Possibly Mariska knows more.
    Though this sounds like it might be a bug to take to github?

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview
    On 4/3/2023 at 11:49 PM, GregValiant said:

    I never noticed that and I don't know the answer.  When you say "much wider" how much wider are we really talking about?

    Maybe @MariMakes or @Dustin has some thoughts on this?

    It was maybe 1/2 width offsett, noticeable.  I don't know if it is a bug, probably operator error.

    Test_Spiral2Conv.jpg

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview

    Bug...operator error...model geometry...printer problem...setting issue.  Sometimes it's really hard to tell.

     

    I sliced this in Spiralize with a pause at layer 405 and the another slice in conventional.  I see a step there in the preview of the combined files.  It's exactly where Spiralize ends and the conventional top starts.

    image.thumb.png.8050868c1ae708c119209d19b79e5ad2.png

     

    I went back and re-sliced the top at .2 horizontal expansion.  I thought that looked pretty good.

    The "combined" file looks odd in the preview.  Turning on the "Line Width" setting it looks like this:

    image.thumb.png.aba69e604556755d864dc32daccdd5c6.png

     

    There may be a little step left but it isn't much.  You can see by the color change that Cura really stepped up the Line Width on the conventional section as it is colored brown.

    My first image is in Compatibility mode which gives a 2D representation of the preview.  In this case I think it indicates that this would print pretty well.  That top still worries me though.  Spiralize just doesn't work the closer a feature gets to horizontal.

    This method (splicing files) would leave a seam on the top few layers.  I think I'd print two parts and glue them together.

  • Link to post
    Share on other sites

    Posted · Vase Mode Seam in Preview
    12 minutes ago, GregValiant said:

    This method (splicing files) would leave a seam on the top few layers.  I think I'd print two parts and glue them together.

    Ya, that's what I thinking. I've even contemplated using a 3D Pen to fill in the defect.

     

    I'm learning layer height plays a big part, I was trying for 0.6mm.  Pictured is a pure spiral/vase mode with PETG at .28mm layer.  The hole left behind is ~ 4mm.  If only I can get that to fill over.

    Spiral tip.jpg

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • Help Us Improve Cura – Join the Ultimaker Research Program
        🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
        We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
        Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.

        🧪 What to Expect:
        A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
        🎁 What You’ll Get:
         
        Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
        👉 Interested? Please fill out this quick form
        Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
        Thanks for being part of the community,

        — The Ultimaker Software Team
        • 0 replies
      • Cura 5.10 stable released!
        The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
          • Like
        • 18 replies
    ×
    ×
    • Create New...