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

    Storing the Z offset value

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    5
    763
    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.
    • DR8undefined
      DR8
      last edited by

      Hi,

      I'm running 1.18 firmware and I'm wondering how can I store the Z offset value. Now I use the Slic3r function to do this but I want to store the value in the firmware. My currently offset value is 1.8 mm

      Thanks!

      P.S. What config.json file is good for? Something bad will happend if I will delete it?

      1 Reply Last reply Reply Quote 0
      • Motalwundefined
        Motalw
        last edited by

        You can set it with G31 in your config.g
        https://duet3d.com/wiki/G-code#G31:_Set_or_Report_Current_Probe_status

        about the config.json , When using the RRF configuration tool you can create your own individual configuration by creating a new one from scratch or by loading an existing JSON (Config.json) template:

        1 Reply Last reply Reply Quote 0
        • DR8undefined
          DR8
          last edited by

          So if I have this:
          G31 P600 X0 Y18.5 Z2.5 ; Set Z probe trigger value, offset and trigger height
          should I change like this?
          G31 P600 X0 Y18.5 Z4.3 ; Set Z probe trigger value, offset and trigger height

          because in the slic3r the Z offset is 1.8mm

          1 Reply Last reply Reply Quote 0
          • DR8undefined
            DR8
            last edited by

            so actually it should be
            G31 P600 X0 Y18.5 Z0.7 ; Set Z probe trigger value, offset and trigger height
            and now it works.
            For those who still don't understand read this very helpfull article :
            http://www.sublimelayers.com/2017/05/fdffsd.html

            Topic can be close now. Thanks!

            1 Reply Last reply Reply Quote 0
            • stephencundefined
              stephenc
              last edited by

              DR8 do you then set the Z offset to 0 in your slic3r?

              Stephen
              https://github.com/stephenci/ZideX

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