Duet3D Logo

    Duet3D

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

    Set x offset ?

    Tuning and tweaking
    4
    7
    105
    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.
    • peter247
      peter247 last edited by

      Hi , if my end stop triggers at say X -15mm and is off the bed , do I use G10 P0 X15 tool offset to set where the start of the bed is ?.
      Normally I would just move the end stop or set the position in my homing files.

      Ender 5 plus linear rail and hemera powered by duet 2 wifi , CR10s pro v1 with bltouch mostly stock , BLV mgn Cube slowly being built powered by duet 3 mini 5+

      engikeneer 1 Reply Last reply Reply Quote 0
      • engikeneer
        engikeneer @peter247 last edited by

        @peter247 just change the axis minima/maxima in your M208 commands in config. When you home, it just sets the stopped position to the max/min value depending on whether you have high end or low end endstops

        Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
        i3 clone with a bunch of mods

        peter247 1 Reply Last reply Reply Quote 1
        • peter247
          peter247 @engikeneer last edited by peter247

          @engikeneer I think M208 is for setting the Max and Min limits , But you have lead the way to the right command which I do believe is M206 ; Offset axes.

          Ender 5 plus linear rail and hemera powered by duet 2 wifi , CR10s pro v1 with bltouch mostly stock , BLV mgn Cube slowly being built powered by duet 3 mini 5+

          1 Reply Last reply Reply Quote 0
          • Phaedrux
            Phaedrux Moderator last edited by

            No, he's quite correct. If your endstop triggers when the nozzle is x-15 off the edge of the bed then your M208 minima for X should be M208 X-15. This would place X0 on the bed again and leaves the X maxima the same.

            M206 is not what you're after.

            Z-Bot CoreXY Build | Thingiverse Profile

            peter247 1 Reply Last reply Reply Quote 0
            • peter247
              peter247 @Phaedrux last edited by peter247

              @phaedrux I get the sense in that after a lot of thought .
              If when it hit the end stop it says -15mm then X 0 is where I want it 15mm + from the end stop.
              So what does M206 do different or what is that for ?

              Ender 5 plus linear rail and hemera powered by duet 2 wifi , CR10s pro v1 with bltouch mostly stock , BLV mgn Cube slowly being built powered by duet 3 mini 5+

              Phaedrux 1 Reply Last reply Reply Quote 0
              • Phaedrux
                Phaedrux Moderator @peter247 last edited by

                @peter247 said in Set x offset ?:

                So what does M206 do different or what is that for ?

                It's a precursor to the G10 offsets you identified in your first post.

                https://duet3d.dozuki.com/Wiki/Gcode#Section_M206_Offset_axes

                Maybe it will work, but it's an overly complicated way to do it when M208 is far more elegant.

                Z-Bot CoreXY Build | Thingiverse Profile

                dc42 1 Reply Last reply Reply Quote 0
                • dc42
                  dc42 administrators @Phaedrux last edited by dc42

                  M206 is an obsolete command equivalent to the NIST-standard G10 L2 P1, i.e. set offsets of workplace coordinate system 1.

                  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 1
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA