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

    BL-touch was working

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    25
    740
    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

      You can send M122 for a diagnostic report. One of the lines will say Compensation: Mesh or Compensation: none

      Z-Bot CoreXY Build | Thingiverse Profile

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

        @phaedrux thank you i feel like i need to pay you i have learned a lot upgrading this printer

        downshift64undefined 1 Reply Last reply Reply Quote 0
        • downshift64undefined
          downshift64 @downshift64
          last edited by downshift64

          @downshift64 === Move ===
          DMs created 83, segments created 11, maxWait 135054ms, bed compensation in use: mesh, comp offset 0.000
          20220714_174211.jpg
          got some real high spots and some to low and it says i am using the mesh is that how a probed bed is supposed to be like this,, i think i can do this without a bltouch

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

            Can you share a screen shot of the heightmap viewer in DWC?

            Did you go through and make all the changes I had mentioned in that longer post?

            Z-Bot CoreXY Build | Thingiverse Profile

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

              UXL.JPG

              downshift64undefined 1 Reply Last reply Reply Quote 0
              • downshift64undefined
                downshift64 @downshift64
                last edited by downshift64

                @downshift64 i done some of the changes and just wanted to try it since my bed has been heating for about 1 hour but working on all of them now
                got my redone my Z0
                i haven't been doing the probe offset right i just jogged the nozzle or X around and whatever the location was on the web status was i put that as the offset i didn't realize that one side u had to put positive or neg that's helped a lot

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

                  Yeah that will make a big difference because it depends on the offset to tell it where the probe is in relation to the nozzle. So the heightmap will be shifted by whatever the error is in the offset from probe to nozzle.

                  Z-Bot CoreXY Build | Thingiverse Profile

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

                    @phaedrux i taped a piece of paper down to the bed touched it with the nozzle then marked that spot it took 30mm of y and 37mm of x to line the probe up with the mark my probe is to the right of the nozzle and in front of it so that would be y is -30 and X is +37

                    G31 P500 X37 Y-30 Z2.67 ; set Z probe trigger value, offset and trigger height
                    M557 X-23:277 Y30:294 S20 ; define mesh grid
                    what am i doing wrong now it wont probe in the spots i tell it

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

                      That sounds correct for the measurement of the offset.

                      For the mesh grid I would try M557 X40:277 Y40:290

                      I'm not sure what your X and Y maxima are, so I left them at 277 and 290, but I would take whatever you've measured for the M208 maxima and bring it in 40mm from the edge. That should at least get you safely within the bed bounds. Then you can try and increase the range a bit, keeping in mind that you don't want it to move the probe off the bed surface, and that it will skip any points it can't physically reach with the probe.

                      Z-Bot CoreXY Build | Thingiverse Profile

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

                        @phaedrux should the printer home at 0:0 with a probe first before it moves to the center of the bed right now i have it moving to center
                        ; Axis Limits
                        M208 X-24 Y-29 Z-3.0 S1 ; set axis minima
                        M208 X305 Y295 Z295 S0 ; set axis maxima
                        G31 P500 X37 Y-30 Z2.67 ; set Z probe trigger value, offset and trigger height
                        M557 X-23:277 Y30:294 S20 ; define mesh grid
                        this is with M557 X40:277 Y40:290
                        20220716_092138.jpg
                        M557 X-23:277 Y30:290 S20 this is what i get with this M557 the x location is where it should be but Y isnt it should be closer to the front or me by about 30+ mm
                        20220716_093014.jpg
                        M98 P"0:/macros/PROBE BED GRID"
                        Warning: Skipping grid point X=-23.0, Y=30.0 because Z probe cannot reach it
                        Warning: Skipping grid point X=-3.0, Y=30.0 because Z probe cannot reach it
                        UXL557x20y20.JPG

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

                          @downshift64 said in BL-touch was working:

                          should the printer home at 0:0 with a probe first before it moves to the center of the bed right now i have it moving to center

                          I'm not sure what you mean by that. Homing is done in homeall.g and the other homing macros. Normally it's recommended to home the Z axis with the probe at the center of the bed.

                          @downshift64 said in BL-touch was working:

                          M557 X-23:277 Y30:290 S20 this is what i get with this M557 the x location is where it should be but Y isnt it should be closer to the front or me by about 30+ mm

                          Then Change Y30:290 to Y5. Maybe Y0 if you think it's safely going to touch the bed at each point along the edge.

                          @downshift64 said in BL-touch was working:

                          Warning: Skipping grid point X=-23.0, Y=30.0 because Z probe cannot reach it
                          Warning: Skipping grid point X=-3.0, Y=30.0 because Z probe cannot reach it

                          Your probe physically can't reach those points because it's on the right side of the print head. That's why I suggested starting with X40

                          Z-Bot CoreXY Build | Thingiverse Profile

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

                            @phaedrux what i am not understanding is why do you have to measure the probes offset to the nozzle when it doesnt use that or i am not understanding something here

                            downshift64undefined 1 Reply Last reply Reply Quote 0
                            • downshift64undefined
                              downshift64 @downshift64
                              last edited by downshift64

                              @downshift64 damn it just clicked lol i was moving the nozzle out away from where it can print because i had entered that command to move outside bounds and was getting all my probe locations from that, sorry this took so long to get in this old head thank you for being very helpful and patient

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