Jump to content

Restart a print on a given layer


Thomas4711

Recommended Posts

Posted · Restart a print on a given layer

Is there a way to restart a paused print on a given layer?

 

During a print the material got stuck in the feeder, so I paused the print,  reloaded the material and was ready to resume.

The problem was, that this has happend 3 or 4 layers before I paused.

 

So ideally I would like to resume the print 4 layers before I paused it.

Does anybody know a trick how to do that, without manually editing the G-code file?

 

Thank you for your expertise.

  • Link to post
    Share on other sites

    Posted · Restart a print on a given layer

    no, sorry.  The UM2 is more hackable.  You have to edit the gcode.  Basically remove the layers that printed already from the gcode and you have to add a G92 for extruder position (which is broken in 5.2 firmware).  Read about G92 here:

    https://reprap.org/wiki/G-code#G92:_Set_Position

     

    Basically look at the last E value that you delete and set the position to that value.  So if the last deleted printing move was:

    G1 X123.432 Y23.4433 E1000.5123

     

    Then replace it with

    G92 E1000.5123

     

    Other wise it will try to extrude a meter on the first printing move.

  • 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

      • UltiMaker Cura 5.8 Stable released 🎉
        In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
        • 5 replies
      • 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
    ×
    ×
    • Create New...