Jump to content

Any way to remove the pause between parts in sequenced print?


Taomyn

Recommended Posts

Posted · Any way to remove the pause between parts in sequenced print?

When I enable "Print Sequence" "One at a time", the printer moves off to one side then waits (I presume checking temps) before starting the next part. This always causes excess filament to extrude which is then often causing issues with the next print.

 

Is there a way to stop the pause as I don't see any need for it when doing any prints where I use "Print Sequence"?

  • Link to post
    Share on other sites

    • 1 month later...
    • 3 weeks later...
    Posted · Any way to remove the pause between parts in sequenced print?

    This is probably because you have different temperature settings for layer 1.   

     

    If you have a higher bed or tool temp for layer 1, then when you move to the next part, it has to heat back up again.

     

    To remove the pause, choose the same temperature settings for layer 1 and the rest of the print.

  • Link to post
    Share on other sites

    • 1 year later...
    Posted · Any way to remove the pause between parts in sequenced print?

    Sorry to revive this, but I wanted to add my fix to this issue in case anyone is still struggling with this.

     

    nighthawklabs' comment put me on the right track, but I was still having this issue even though I did not have any temperature changes in my print. What worked for me was going through the gcode and finding the instructions between the individual prints and deleting any instance of the "M190 S60" command. The number after "S" will depend on what you've set your build plate temperature to, but the whole line should be removed. M190 is a command to set the build plate temperature and WAIT until it has been reached before proceeding. I found this caused pauses even though my temperatures were not changing. Maybe something with the process of how the printer verifies the temperature is correct. It's worth noting that my gcode files contained both M140 and M190 commands. My understanding is that M140 is a similar command to M190 (sets the build plate temp), but it is handled in the background and does not impose a hold. I have left the M140 commands and my temperatures are maintained, but there are no longer any pauses between the parts.

     

    Example before and after of the sections I'm referring to:

    Before deletion:

    Quote

    G1 X41.907 Y58.8 E81.07852
    ;TIME_ELAPSED:270.949560
    G1 F2700 E76.07852
    M107
    G0 F9000 X41.907 Y58.8 Z7
    G0 X162.583 Y160.275
    M140 S60
    M105
    M190 S60
    M140 S60
    M105
    M190 S60
    ;LAYER_COUNT:10
    ;LAYER:0
    G0 F4800 X161.091 Y158.825 Z0.2
    ;TYPE:SKIRT
    G1 F2700 E81.07852
    G1 F600 X161.47 Y158.458 E81.0954

    After deletion:
     

    Quote

     

    G1 X41.907 Y58.8 E81.07852
    ;TIME_ELAPSED:270.949560
    G1 F2700 E76.07852
    M107
    G0 F9000 X41.907 Y58.8 Z7
    G0 X162.583 Y160.275
    M140 S60
    M105

    M140 S60
    M105

    ;LAYER_COUNT:10
    ;LAYER:0
    G0 F4800 X161.091 Y158.825 Z0.2
    ;TYPE:SKIRT
    G1 F2700 E81.07852
    G1 F600 X161.47 Y158.458 E81.0954

     

     

    • Like 1
    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

      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 26 replies
    ×
    ×
    • Create New...