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

    New IR z probe issues

    Scheduled Pinned Locked Moved
    IR Height Sensor
    7
    72
    3.7k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Yes you'll need to modify your M557 command to keep the probe within the bed area bearing in mind the probe offset. That is to say, you need to position the nozzle so that the probe is in the right place.

      Z-Bot CoreXY Build | Thingiverse Profile

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

        @Phaedrux

        M557 X15:215 Y15:195 S20 ; define mesh grid

        that is what my currently, what do you recommend changing it to?

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

          @agent0810 said in New IR z probe issues:

          G31 P500 X50 Y0 Z0.005 ; set Z probe trigger value, offset and trigger height

          Is that probe offset correct?

          Z-Bot CoreXY Build | Thingiverse Profile

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

            @Phaedrux

            i believe so.

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

              https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

              https://duet3d.dozuki.com/Wiki/Using_mesh_bed_compensation#main

              To optimize the mesh size you'll need to subtract the offset from the full axis length so that you're only asking it to probe areas of the bed the probe can physically reach. Otherwise the firmware will just skip the areas that it can't get to.

              So if the probe is 50mm to the right of the nozzle, and the nozzle can only go to x0, then the probe can only reach x50. So that's the minimum on the X side for M557. Make sense?

              Z-Bot CoreXY Build | Thingiverse Profile

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

                @Phaedrux

                the probe is on the left of the nozzle when im looking at it. so should it be -50?

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

                  @Phaedrux said in New IR z probe issues:

                  https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

                  There's a really good method for measuring the offset described in there.

                  Z-Bot CoreXY Build | Thingiverse Profile

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

                    @Phaedrux said in New IR z probe issues:

                    https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

                    Here is an easy way to measure the offset:
                    Tape down a piece of paper onto the bed.
                    Bring the nozzle down to the bed surface and lower it until the nozzle starts to depress into the paper, making a small impression.
                    Mark the impression with a marker tip to make it more visible.
                    Now jog X and Y until the probe is directly over the spot where the nozzle was.
                    Take the amount you jogged as your X and Y offset to use in G31.

                    i did exactly this step right here and got the 50, didnt think that since its to the left of the nozzle it would be -50.

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

                      Cartesian-coordinate-system.png

                      That's kind of how the cartesian coordinate system used by 3d printers works.

                      Z-Bot CoreXY Build | Thingiverse Profile

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

                        @agent0810 said in New IR z probe issues:

                        Take the amount you jogged as your X and Y offset to use in G31.

                        I'll add a note about negative values there.

                        Z-Bot CoreXY Build | Thingiverse Profile

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

                          @Phaedrux
                          sorry, just new to this and trying to take in a lot, im def a noob.

                          so would this be right:

                          M557 X-50:165 Y15:195 S20 ?

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

                            Not exactly. M557 defines the area of the bed you want probed, so negative values would mean outside of the bed area.

                            M557 X10:175 Y10:215 P8 Should probably work.

                            X175 because the probe can only reach 50mm away from the right edge of the bed which you've got defined as 225. So 225-50 = 175.

                            P8 means try to fit 8 points in both X and Y directions.

                            S20 you had before means space the points 20mm apart.

                            We're all noobs at some point.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            agent0810undefined 2 Replies Last reply Reply Quote 0
                            • agent0810undefined
                              agent0810 @Phaedrux
                              last edited by

                              @Phaedrux
                              alright ill give that a shot. see what happens. thank you

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

                                @Phaedrux

                                why do i get the feeling this isnt good lol

                                13ac8bb0-9a7a-4225-8394-25551d2b8dd5-image.png

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

                                  Well it's a good start.

                                  The offset would likely be because the Z axis was homed with an endstop rather than the probe.

                                  It's actually getting quite difficult to navigate this thread since it's getting so long. Might I suggest creating a new thread with your new issues. Include your full config.g and homing files. The results of M122 never hurt to include either. Having all those details in the first post makes it a lot easier to refer to.

                                  Z-Bot CoreXY Build | Thingiverse Profile

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

                                    @Phaedrux

                                    done. thank you again for all your help.

                                    https://forum.duet3d.com/topic/17871/issues-with-ir-probe-offset

                                    1 Reply Last reply Reply Quote 0
                                    • Saurabhundefined
                                      Saurabh
                                      last edited by

                                      Hi @Phaedrux , Where can I get the kicad schematic file of Mini Height sensor board. I can see .png files of schematics and board on Github Here.

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

                                        @Saurabh Please start a new thread.

                                        Z-Bot CoreXY Build | Thingiverse Profile

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