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

    BLTouch Zprobe marche pas

    Scheduled Pinned Locked Moved Solved
    Firmware installation
    2
    50
    1.8k
    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.
    • chris974Mundefined
      chris974M
      last edited by

      Pour le BLTouch avec DUEX5 brancher sur PWM1
      si sa peut aider quelqu'un d'autre

      1 Reply Last reply Reply Quote 1
      • chris974Mundefined
        chris974M
        last edited by

        My pin Is down during homing XY why ?

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

          Post your homing files. Does m401 and m402 work?

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • chris974Mundefined
            chris974M
            last edited by

            ; homeall.g
            ; called to home all axes
            ;
            ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 03 2020 15:26:33 GMT+0200 (heure d’été d’Europe centrale)
            G91 ; relative positioning
            G1 H2 Z5 F8000 ; lift Z relative to current position
            G1 H1 X-787 Y505 F3600 ; move quickly to X and Y axis endstops and stop there (first pass)
            G1 H2 X5 Y-5 F8000 ; go back a few mm
            G1 H1 X-787 Y505 F600 ; move slowly to X and Y axis endstops once more (second pass)
            G90 ; absolute positioning
            G1 X390 Y250 F8000 ; go to first bed probe point and home Z
            G30 ; home Z by probing the bed

            ; Uncomment the following lines to lift Z after probing
            ;G91 ; relative positioning
            ;G1 Z5 F100 ; lift Z relative to current position
            ;G90 ; absolute positioning

            ; homez.g
            ; called to home the Z axis
            ;
            ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 03 2020 15:26:33 GMT+0200 (heure d’été d’Europe centrale)
            G91 ; relative positioning
            G1 H2 Z5 F8000 ; lift Z relative to current position
            G90 ; absolute positioning
            G1 X390 Y250 F8000 ; go to first probe point
            G30 ; home Z by probing the bed

            ; Uncomment the following lines to lift Z after probing
            ;G91 ; relative positioning
            ;G1 Z5 F100 ; lift Z relative to current position
            ;G90 ; absolute positioning

            1 Reply Last reply Reply Quote 0
            • chris974Mundefined
              chris974M
              last edited by

              M401 and M402 work

              1 Reply Last reply Reply Quote 0
              • chris974Mundefined
                chris974M
                last edited by

                BEFORE
                M280 P0 S10 ; envoyer un signal de commande à BLTouch via servo / gpio 0
                NEW
                M280 P0 S90 ; envoyer un signal de commande à BLTouch via servo / gpio 0

                Just that Thanks

                1 Reply Last reply Reply Quote 0
                • chris974Mundefined
                  chris974M
                  last edited by

                  thank you phaedrux for your help

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

                    Do you have the right command in the right file?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • chris974Mundefined
                      chris974M
                      last edited by

                      Just change m280

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

                        So it's working now?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        chris974Mundefined 1 Reply Last reply Reply Quote 0
                        • chris974Mundefined
                          chris974M @Phaedrux
                          last edited by

                          @Phaedrux Yes

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