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

    G30 and G29 show different results

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    16
    639
    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.
    • TCundefined
      TC @fcwilt
      last edited by

      @fcwilt config.g homex.g homey.g homez.g bed.g

      TCundefined 1 Reply Last reply Reply Quote 0
      • TCundefined
        TC @TC
        last edited by

        @TC Ignore the commented stuff 😉
        I played around a lot

        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          Thanks.

          Looking at them now.

          Just FYI in the future you may want to try using the </> tag which allows pasting g-code into a scrolling region of it's own.

          See below where I pasted your bed.g file:

          ; Auto calibration routine for an example delta printers
          ; Before running this, you should have set up your zprobe Z offset to suit your build, in the G31 command in config.g.
          ;you should use https://configurator.reprapfirmware.org/ to setup a correct bed.g file for your printer, what is below is just an example (and its commented out)
          
          
          G1 Z3.0 
          
          G31 P{sensors.probes[0].value[0] + 30} Z0.0
          G29 S2
          
          G29
          

          Frederick

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          TCundefined 1 Reply Last reply Reply Quote 0
          • TCundefined
            TC @fcwilt
            last edited by

            @fcwilt Ah thanks for the hint

            1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt
              last edited by

              Hi,

              Well that was fun - those files are a bit cluttered with unused/unneeded commands.

              Anyway what is the intent of the the command below?

              G31 P{sensors.probes[0].value[0] + 30}


              Aside from that as near as I can determine you are running G30 at X150 Y130 but the center point for G29 is X152.5 Y130.

              It's possible those points are not at the same Z height but a difference of 0.15 doesn't seem likely.


              Please take screen shot of the height map.

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

              TCundefined 1 Reply Last reply Reply Quote 0
              • TCundefined
                TC @fcwilt
                last edited by

                @fcwilt I know I have to tidy them up a bit 😉
                The purpose of this line is to have a reliable trigger value in case it chanches over time. I found this method here in the forum and it works perfect.

                Regarding the probe point you are right but thats definitly not the reason. The height map is allmost plane just all red... I can post a pciture tomorrow

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

                  Sinec your config files are rather convoluted I would suggest getting a very basic stock config set from the web configurator with the minimal adjustments needed to match your hardware and then checking again if you get the same issue. Chances are there is something in the configuration that is causing a problem, but there's only one way to be sure.

                  Also, please post the results of M122, and M98 P"config.g"

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt @TC
                    last edited by

                    @TC said in G30 and G29 show different results:

                    The purpose of this line is to have a reliable trigger value in case it chanches over time. I found this method here in the forum and it works perfect.

                    And what data is contained in sensors.probes[0].value[0]?

                    Thanks.

                    Frederick

                    Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                    TCundefined 1 Reply Last reply Reply Quote 0
                    • TCundefined
                      TC @fcwilt
                      last edited by

                      @fcwilt its the analog input value provided by the untouched piezo sensor

                      1 Reply Last reply Reply Quote 1
                      • lord binkyundefined
                        lord binky
                        last edited by

                        My first guess is that if you're seeing an constant offset across the board, that'd be the discrepancy from programmed Z height, likely related to some missed steps traveling fast / accumulated after homing to the first probe point. I would reduce the travel speed in M558 to something fairly low to and see if it clears up. If it does, then you can play around with adjusting acceleration/ jerk settings to make it go away. If it doesn't, try lowering the feed rate too. Hopefully you'll find something with that.

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