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

Unable to set Z-offset, distance between nozzle and bed

Scheduled Pinned Locked Moved
RepRapFirmware on other controllers
3
7
1.3k
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.
  • undefined
    GEEKOAM
    last edited by GEEKOAM 18 Apr 2021, 16:22

    Good afternoon,

    I am using an Ender 3 chassis which has a BTT e3 RRF installed

    • I have a BL touch installed and its offset is X-32.3 and Y-32.3
    • I have endstop switches on X and Y and use the BL touch to Home Z
    • I have a BTT TFT35 e3 installed, I am controlling from DWC

    Problem

    • When I start a print and G28 Runs, everything homes correctly
    • when the print starts, the nozzle is far away from the bed, I can jog it down using baby steps on either the TFT or DWC, but when trying to save the Z-offset (nozzle to bed), the value is not saved and needs to be adjusted for every print

    I would be shocked if all you rep rap firmware users were having to baby step on every print, that's not the case right? Even on marlin I could set the nozzle offset and get a perfect first layer every time

    • How can I correctly find the nozzle to bed offset and save it so it persists between power cycles?config.g.txt
    • If you are going to suggest this guide: Calibrate the Z probe trigger height(https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Calibrate_the_Z_probe_trigger_height), I appreciate your thoughts, but I have already followed this guide and here I am.

    I have attached my Config.g and override, please let me know if you need anything else and thank you
    config-override.g.txt
    config.g.txt

    undefined 1 Reply Last reply 18 Apr 2021, 16:44 Reply Quote 0
    • undefined
      peter247 @GEEKOAM
      last edited by 18 Apr 2021, 16:44

      @geekoam My way is to set the z offset in G31 way too high !!!
      If you think it is about 1.4mm offset set it to 2mm and home and slow drop the nozzle until it drag on a peace of paper and note where it hits the paper and change to offset to match .

      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+

      undefined 2 Replies Last reply 18 Apr 2021, 17:28 Reply Quote 0
      • undefined
        GEEKOAM @peter247
        last edited by 18 Apr 2021, 17:28

        @peter247 thank you for your reply. Unfortunately I have tried this and the result seems to always bee the same, the nozzle prints too a far above the bed. I settled on setting it the way it is now using the guide I linked to.

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 18 Apr 2021, 17:51

          What's in your homeall and slicer start gocde?

          Z-Bot CoreXY Build | Thingiverse Profile

          undefined 1 Reply Last reply 18 Apr 2021, 18:05 Reply Quote 0
          • undefined
            GEEKOAM @Phaedrux
            last edited by 18 Apr 2021, 18:05

            @phaedrux
            Thank you for your reply,

            homeall.g
            homez.g

            I think that the problem may have been in the config override, I cleared all the G10 from it and now I can print a first layer.

            Old override, not sure how it got this way, probably some meddling on my part

            config-override.g

            1 Reply Last reply Reply Quote 0
            • undefined
              GEEKOAM @peter247
              last edited by 18 Apr 2021, 21:31

              @peter247

              Update

              It looks as though I made some mistakes and the Overrides were messing me up. I removed them and now I am much closer to the bad, but I am about -0.29 away from where I need to be. where is the right place to enter in that The nozzle needs to be -0.29 closer to the bed after a G28?

              1 Reply Last reply Reply Quote 0
              • undefined
                Phaedrux Moderator
                last edited by 19 Apr 2021, 00:12

                G10 P0 X0 Y-20 Z0 ; set tool 0 axis offsets

                You only have a single nozzle, so why do you have an offset in Y? Tool0 nozzle should be considered 0,0,0

                G1 X32.3 Y32.3 F10000
                In your homez you should position the probe at the center of the bed for best results.

                G10 L2 P1 X0.00 Y0.00 Z1.78
                Not sure why that offset exists in your config-override.g. It shouldn't. Have you sent M500 at some point?

                @geekoam said in Unable to set Z-offset, distance between nozzle and bed:

                where is the right place to enter in that The nozzle needs to be -0.29 closer to the bed after a G28?

                Adjust your G31 Z value. A higher value moves the nozzle closer to the bed after homing. A smaller value moves it farther away after homing.

                So if you need to be 0.29 closer to the bed, add 0.29 to G31 Z

                Z-Bot CoreXY Build | Thingiverse Profile

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