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

    ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    16
    713
    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 @noblebran
      last edited by

      G30 Z3.89; Check I ADDED

      That doesn't do what you think it does.

      https://duet3d.dozuki.com/Wiki/Gcode#Section_G30_Single_Z_Probe

      G30 will use the probe to find the bed surface. When the probe triggers it will set the current position to whatever you have set in G31 Z as the probe offset.

      G30 is the best way to determine where the bed surface actually is. When you home to Z max as you do in a delta, you can't be totally certain that the M208 maxima position is accurate to where Z0 actually is. Even if you measure the Z max position accurately, thermal expansion of nozzle and bed can make the actual nozzle to bed position change.

      Calibrate your probe offsets and then use G30 to determine Z0 before doing G32 so that you have an accurate reference for the bed position.

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

      Z-Bot CoreXY Build | Thingiverse Profile

      noblebranundefined 1 Reply Last reply Reply Quote 1
      • Phaedruxundefined
        Phaedrux Moderator @jay_s_uk
        last edited by

        @jay_s_uk said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

        It is a single probe that will then establish the distance between the endstops at the top of the machine to the bed.

        Not really, it will tell you where Z0 is. If you want to measure the distance between Z0 and the endstops after that you could use G1 H3 Z4000 to measure the actual endstop position relative to Z0 and set the M208 maxima.

        https://duet3d.dozuki.com/Wiki/Gcode#Section_G0_G1_Move

        Z-Bot CoreXY Build | Thingiverse Profile

        noblebranundefined 1 Reply Last reply Reply Quote 1
        • noblebranundefined
          noblebran @jay_s_uk
          last edited by

          @jay_s_uk Thank you.

          I own a Tevo Little Monster but there isn't much left of that except for the frame. Duet 2 Wifi + PanelDue 7i.

          1 Reply Last reply Reply Quote 0
          • noblebranundefined
            noblebran @Phaedrux
            last edited by

            @phaedrux said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

            G30 Z3.89; Check I ADDED

            That doesn't do what you think it does.

            https://duet3d.dozuki.com/Wiki/Gcode#Section_G30_Single_Z_Probe

            G30 will use the probe to find the bed surface. When the probe triggers it will set the current position to whatever you have set in G31 Z as the probe offset.

            G30 is the best way to determine where the bed surface actually is. When you home to Z max as you do in a delta, you can't be totally certain that the M208 maxima position is accurate to where Z0 actually is. Even if you measure the Z max position accurately, thermal expansion of nozzle and bed can make the actual nozzle to bed position change.

            Calibrate your probe offsets and then use G30 to determine Z0 before doing G32 so that you have an accurate reference for the bed position.

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

            Excellent, thank you.

            I own a Tevo Little Monster but there isn't much left of that except for the frame. Duet 2 Wifi + PanelDue 7i.

            1 Reply Last reply Reply Quote 0
            • noblebranundefined
              noblebran @Phaedrux
              last edited by

              @phaedrux said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

              @jay_s_uk said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

              It is a single probe that will then establish the distance between the endstops at the top of the machine to the bed.

              Not really, it will tell you where Z0 is. If you want to measure the distance between Z0 and the endstops after that you could use G1 H3 Z4000 to measure the actual endstop position relative to Z0 and set the M208 maxima.

              https://duet3d.dozuki.com/Wiki/Gcode#Section_G0_G1_Move

              I will go through the Wiki's... Thank you. I do have the z-probe offset in G31 in the main config. I will add G30 and then do a G32.

              I will confirm I can get this to work and then I will do a more thorough calibration including the nozzle M208 Maxima command. Thank you sir.

              I own a Tevo Little Monster but there isn't much left of that except for the frame. Duet 2 Wifi + PanelDue 7i.

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @noblebran
                last edited by

                @noblebran you really want the calibrate a delta page. But I use the G30 trick when I make major changes to mine

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                noblebranundefined 1 Reply Last reply Reply Quote 1
                • noblebranundefined
                  noblebran @jay_s_uk
                  last edited by

                  @jay_s_uk said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

                  @noblebran you really want the calibrate a delta page. But I use the G30 trick when I make major changes to mine

                  What do you mean a delta page?

                  I incorporated the G30 'trick' and I believe it has worked for me, I am lost on the delta page. Sorry if I seem ignorant. Just learning and don't want to break anything. 🙂

                  I own a Tevo Little Monster but there isn't much left of that except for the frame. Duet 2 Wifi + PanelDue 7i.

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

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

                    Z-Bot CoreXY Build | Thingiverse Profile

                    noblebranundefined 1 Reply Last reply Reply Quote 0
                    • jay_s_ukundefined
                      jay_s_uk @noblebran
                      last edited by

                      @noblebran sorry, thought I pasted the link to the delta page

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      noblebranundefined 1 Reply Last reply Reply Quote 0
                      • noblebranundefined
                        noblebran @jay_s_uk
                        last edited by

                        @jay_s_uk said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

                        @noblebran sorry, thought I pasted the link to the delta page

                        All good - thank you 🙂

                        I own a Tevo Little Monster but there isn't much left of that except for the frame. Duet 2 Wifi + PanelDue 7i.

                        1 Reply Last reply Reply Quote 0
                        • noblebranundefined
                          noblebran @Phaedrux
                          last edited by

                          @phaedrux said in ADDING SCRIPT TO HAVE Z-PROBE 'PROBE' BED TO 0 BEFORE PRINTS.:

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

                          Thank you 🙂

                          I own a Tevo Little Monster but there isn't much left of that except for the frame. Duet 2 Wifi + PanelDue 7i.

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