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

    Overriding Offsets

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    227
    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.
    • Edumaundefined
      Eduma
      last edited by

      Is there a way to manually enter new tool offsets via terminal to override the config file and have them retained after power cycle or estop?

      1 Reply Last reply Reply Quote 0
      • Danalundefined
        Danal
        last edited by Danal

        Manually enter: Yes, G10 in "console".

        Retain past power cycle: Edit config.g, insert same G10.

        Best of both: Write a macro called "Toffset.g" (or whatever). When you want to change, edit that file on the macro page, and then run it.

        Make it persistent with this in config.g:

        M98  P"/macros/Toffsets.g"                  ; Set tool offsets from the bed. In separate file so test macro can invoke. 
        

        And, just for completeness, the Toffsets.g file itself:

        G10  P0 Z-2.75 X0     Y0
        G10  P1 Z-3.05 X-1.00 Y0.30

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 1
        • Edumaundefined
          Eduma
          last edited by

          Thank you Danal, the macro approach my work.

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