Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Post Print Head Positioning

    Tuning and tweaking
    2
    3
    420
    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.
    • Qdeathstar
      Qdeathstar last edited by

      Hi.

      Right now, when my print is done the printer homes itself. This is a problem because i have a heated chamber and when the printer homes the wiring and water cooling hoses get too close to the heatlamp and melt. What i would like to do is to have the printer return to the center of bed and raise 10mm and stop.

      I'm sure this is possible but i cant seem to figure it out.

      Thanks! 😄

      1 Reply Last reply Reply Quote 0
      • Jackal
        Jackal last edited by

        Try this in your ending gcode instead of G28
        G91 ;relative move
        G1 Z10 ;raise 10mm
        G90 :Absolute move
        G1 X0 Y0 ;Move to center (I assume it's a delta)

        You can add the F parameter in the G1 codes to control the speed

        1 Reply Last reply Reply Quote 0
        • Qdeathstar
          Qdeathstar last edited by

          Thanks, that works perfectly 😄

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