• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Pause and Resume, print resumes too high?

Scheduled Pinned Locked Moved
Tuning and tweaking
3
3
686
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    Qdeathstar
    last edited by 4 Feb 2018, 01:17 2 Apr 2018, 01:07

    Hello,

    When i pause my print, then resume it, it seems like the print resumes just a little high. High enough so that there is poor bonding between the layer before the pause and the layer after the pause. The outer lines seem to be bonded just enough while the infill is like strings i can move, but close to the print. Subsequent layers print as expected on top of the loose one.

    Im not sure what the issue is, I've never experiences this before? Its kind of a pain because i'm one roll into a print right now!

    PAUSE:

    M83 ; relative extruder moves
    G1 E-4 F2500 ; retract 4mm
    G91 ; relative moves
    G1 Z5 F5000 ; raise nozzle 2mm
    G90 ; absolute moves
    G1 X0 Y85 F5000 ; move head out of the way of the print

    RESUME:

    ; Resume macro file
    G1 R1 Z2 F5000 ; move to 2mm above resume point
    G1 R1 ; lower nozzle to resume point
    M83 ; relative extruder moves
    G1 E4 F2500 ; undo the retraction

    1 Reply Last reply Reply Quote 0
    • undefined
      nikker
      last edited by 2 Apr 2018, 02:09

      It looks like in pause.g you raise the nozzle 5mm (you have 2mm in your comment) and when you resume, your resume.g only moves 2mm in the Z direction. This gives you a 3mm relative difference.

      1 Reply Last reply Reply Quote 0
      • undefined
        dc42 administrators
        last edited by 2 Apr 2018, 09:28

        Your resume.g file is out of date, you should add parameters X0 Y0 to both G1 R1 commands.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        3 out of 3
        • First post
          3/3
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA