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

    bltouch

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    3
    57
    1.9k
    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.
    • nemecekundefined
      nemecek
      last edited by

      do you think the problem comes from here?

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

        I'm not sure. You cna use this tool to generate a new one: http://escher3d.com/pages/wizards/wizardbed.php

        If it all works with P5 then that's not the end of the world. I just don't understand why P9 doesn't work.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • nemecekundefined
          nemecek
          last edited by nemecek

          I don't have M401 in my bed.g How come? maybe that's why it doesn't work Sans titreo.png

          JoergS5undefined 1 Reply Last reply Reply Quote 0
          • JoergS5undefined
            JoergS5 @nemecek
            last edited by

            @nemecek if you set P9 mode, I would set P value of G31 lower:
            G31 P500 X-45.712 Y36.357 Z2.5
            =>
            G31 P25 X-45.712 Y36.357 Z2.5

            The 500 was an example in the G31 section, but P25 is used in most documentation about BLTouch P9 examples.

            nemecekundefined 1 Reply Last reply Reply Quote 0
            • nemecekundefined
              nemecek @JoergS5
              last edited by

              @JoergS5
              ok and for this reason that did not work in P9? I'll try tomorrow thanks

              JoergS5undefined 1 Reply Last reply Reply Quote 0
              • nemecekundefined
                nemecek
                last edited by

                sorry how do you save the delta calibration?
                when i turn the printer off and on again i lose the g32 i had made ...
                what do you think you can print like this? or it is too wrong

                livello.png

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

                  @nemecek said in bltouch:

                  sorry how do you save the delta calibration?

                  M500 will save the calibration to the config-override.g file and you will need to add M501 to the end of your config.g to load the config-override.g file at boot time.

                  @nemecek said in bltouch:

                  I don't have M401 in my bed.g How come? maybe that's why it doesn't work

                  With P9 the probe should be deployed automatically when needed, so no need to manually call M401, etc.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • JoergS5undefined
                    JoergS5 @nemecek
                    last edited by

                    @nemecek said in bltouch:

                    @JoergS5
                    ok and for this reason that did not work in P9? I'll try tomorrow thanks

                    I dont know whether it is the solution, but P5 is an unspecific probe and P9 for bltouch specifically, and for P9 I often see P25, somtimes even P5, but never a high value.

                    1 Reply Last reply Reply Quote 0
                    • nemecekundefined
                      nemecek
                      last edited by

                      ok thanks for the assistance I will try today as joerg55 told me to set P25 instead of P500. if even this attempt doesn't work, I stay at P5. the bltouch does not lose quality right? and equal P5 or P9

                      JoergS5undefined 1 Reply Last reply Reply Quote 0
                      • JoergS5undefined
                        JoergS5 @nemecek
                        last edited by

                        @nemecek P9 has deploy/retract probing for the BLtouch and if there are firmware improvements, I am sure P9 will include improvements for BLtouch, but P5 not, because P5 is used for other probe types also. But if only P5 works, you have to decide and maybe go on with P5 until you know the reason why P9 doesn't work.

                        nemecekundefined 1 Reply Last reply Reply Quote 0
                        • nemecekundefined
                          nemecek @JoergS5
                          last edited by

                          @JoergS5 said in bltouch:

                          @nemecek P9 has deploy/retract probing for the BLtouch and if there are firmware improvements, I am sure P9 will include improvements for BLtouch, but P5 not, because P5 is used for other probe types also. But if only P5 works, you have to decide and maybe go on with P5 until you know the reason why P9 doesn't work.

                          yes the best solution

                          1 Reply Last reply Reply Quote 0
                          • nemecekundefined
                            nemecek
                            last edited by nemecek

                            hi i also tried p25 without success. sorry but here it must be inserted on channel 2 and correct?blt.png

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

                              @nemecek Yes that combination should work and result in

                              ; Z-Probe
                              M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                              M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
                              M280 P3 S10 I1 ; deploy BLTouch

                              Z-Bot CoreXY Build | Thingiverse Profile

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

                                You must also check your config-override.g for a M307 H3 command that would overwrite your M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch in config.g and comment it out.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • nemecekundefined
                                  nemecek
                                  last edited by

                                  I finally found the problem if I understood correctly H5 means that the pin comes out at 5 mm from the plate so the z goes down too much before letting out the pin if I put H50 then it's fine
                                  but now i don't understand why i have 2 M558 this from errors one and to H30
                                  the other is at H5

                                  ; Z-Probe
                                  M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                                  M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
                                  M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
                                  G31 P500 X-45.712 Y36.357 Z2.5 ; set Z probe trigger value, offset and trigger height
                                  M557 R180 S20 ; define mesh grid

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

                                    @nemecek said in bltouch:

                                    M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved

                                    As it says, once delta calibration has been done and the homed height etc has been determined you don't need to use such a high dive height and it can be removed.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    1 Reply Last reply Reply Quote 0
                                    • nemecekundefined
                                      nemecek
                                      last edited by nemecek

                                      @Phaedrux said in bltouch:

                                      config-override.g

                                      ok perfect now everything works thanks to you. thanks for the assistance .you are geniuses

                                      1 Reply Last reply Reply Quote 0
                                      • nemecekundefined
                                        nemecek
                                        last edited by

                                        good morning i need you. When I run the G29 after the G32 with the exception of the M500, then I go to check I go down with the z and touch the
                                        flat even when I move to check if it is well leveled in some parts the sheet passes well and in some parts also tight. So my question is this: does it compensate only during printing? Or was the calibration not performed correctly?
                                        do you need photos? let me know, thanks

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

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

                                          Mesh compensation is active after you've run G29 to create a new mesh, or after using G29 S1 to load a saved mesh.

                                          You can also send M122 in the console and look for "Compensation: mesh" or something like that to verify it's enabled.

                                          If you're noticing that the mesh isn't adapting the height accurately where it should, double check your X Y offsets in G31 are correct.

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

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          1 Reply Last reply Reply Quote 0
                                          • nemecekundefined
                                            nemecek
                                            last edited by nemecek

                                            I can not I have a problem after the G32 I go down manually then I move with x but there is a difference in height so I do a G29 I try again manually but it does not compensate for anything because it does so?

                                            ; config-override.g file generated in response to M500 at 2020-07-04 21:55
                                            ; This is a system-generated file - do not edit
                                            ; Delta parameters
                                            M665 L520.889:520.889:520.889 R272.296 H365.630 B200.0 X-0.273 Y-0.895 Z0.000
                                            M666 X2.672 Y-0.944 Z-1.727 A-0.99 B-1.14
                                            ; Heater model parameters
                                            M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B1
                                            M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                            M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                            M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                            M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                            M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                            M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
                                            G10 L2 P1 X0.00 Y0.00 Z0.00
                                            G10 L2 P2 X0.00 Y0.00 Z0.00
                                            G10 L2 P3 X0.00 Y0.00 Z0.00
                                            G10 L2 P4 X0.00 Y0.00 Z0.00
                                            G10 L2 P5 X0.00 Y0.00 Z0.00
                                            G10 L2 P6 X0.00 Y0.00 Z0.00
                                            G10 L2 P7 X0.00 Y0.00 Z0.00
                                            G10 L2 P8 X0.00 Y0.00 Z0.00
                                            G10 L2 P9 X0.00 Y0.00 Z0.00

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