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

    What G code to try out Z offset when Z0 against heatbed before print?.

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    4
    732
    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.
    • Crilleundefined
      Crille
      last edited by

      Hey all

      Is there any G code used to test
      the distance from the nozzle to the heating bed ?.

      I have been looking for it, but I may have missed it in everything.

      I would like to know that the nozzle goes down so you just get a piece of paper
      under the nozzle.

      As it is now, the nozzle goes into the heating bed, even though I have made all the settings
      and uses IR sensor.

      I have one kossel printer with duetwifi FW1.20 and IR sensor from same maker.

      Thanks in advance.

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

        To measure that distance, you would need to detect when the nozzle just grips a piece of paper. How do you propose to do that?

        The recommended way of finding the trigger height is:

        1. Lower the nozzle in increasingly fine steps until it just grips the paper.
        2. Send G92 Z0 to define that height as Z=0.
        3. Use the jog buttons to raise the nozzle 5mm, and remove the paper.
        4. Send G30 S-1

        The S-1 parameter tells the firmware not to reset the Z=0 level but to report the height at which the probe triggered instead.

        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 0
        • Crilleundefined
          Crille
          last edited by

          @dc42:

          To measure that distance, you would need to detect when the nozzle just grips a piece of paper. How do you propose to do that?

          The recommended way of finding the trigger height is:

          1. Lower the nozzle in increasingly fine steps until it just grips the paper.
          2. Send G92 Z0 to define that height as Z=0.
          3. Use the jog buttons to raise the nozzle 5mm, and remove the paper.
          4. Send G30 S-1

          The S-1 parameter tells the firmware not to reset the Z=0 level but to report the height at which the probe triggered instead.

          Thanks for info 🙂

          Did try it but still when it will start to print it go down in heatbed and scraping the nozzle.

          I have G32 i startcode before it start to print.

          What is it i do wrong?.

          1 Reply Last reply Reply Quote 0
          • Crilleundefined
            Crille
            last edited by

            2.24 is when ir probe gets triggered, this value i have in config.g also..

            Can it be config-overide.g that make this problem?..

            Start to think i have forgotten something when i make files.

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