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

    BL Touch

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    8
    126
    7.2k
    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.
    • Gost101undefined
      Gost101 @peter247
      last edited by

      @peter247 Power and self test?

      1 Reply Last reply Reply Quote 0
      • peter247undefined
        peter247 @Gost101
        last edited by

        @Gost101 said in BL Touch:

        still blinking red

        That is a important bit to tell !!!!!

        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+

        peter247undefined 1 Reply Last reply Reply Quote 0
        • Gost101undefined
          Gost101
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • peter247undefined
            peter247 @peter247
            last edited by

            @peter247

            Self test is when you first switch on the machine / give it power , the pin will deploy than retract and go solid red.

            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+

            Gost101undefined 1 Reply Last reply Reply Quote 0
            • Gost101undefined
              Gost101 @peter247
              last edited by Gost101

              @peter247 It hasn't done that yet so far even after multiple reboots.

              peter247undefined 1 Reply Last reply Reply Quote 0
              • peter247undefined
                peter247 @Gost101
                last edited by peter247

                @Gost101

                if it doesn't do that it is a bltouch fault and not a configuration fault.
                pull the pin and see if it is bent

                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+

                1 Reply Last reply Reply Quote 0
                • Gost101undefined
                  Gost101
                  last edited by

                  I legit unplugged the bl touch wires and plugged them back in. It did the move thing and actually homed z. lol

                  peter247undefined 1 Reply Last reply Reply Quote 0
                  • peter247undefined
                    peter247 @Gost101
                    last edited by

                    @Gost101

                    if you get the red flash the deploy and retract doesn't work until you reset it.
                    reset it by power recycle OR S160 , eg M280 P3 S160

                    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+

                    1 Reply Last reply Reply Quote 0
                    • Gost101undefined
                      Gost101
                      last edited by

                      Granted it didnt stop and kept going but progress

                      Gost101undefined 1 Reply Last reply Reply Quote 0
                      • Gost101undefined
                        Gost101 @Gost101
                        last edited by

                        The Z axis wont stop moving down even after the plunger is pushed in.

                        peter247undefined 1 Reply Last reply Reply Quote 0
                        • peter247undefined
                          peter247 @Gost101
                          last edited by

                          @Gost101

                          can you deploy and retract the probe ?

                          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+

                          Gost101undefined 1 Reply Last reply Reply Quote 0
                          • Gost101undefined
                            Gost101 @peter247
                            last edited by

                            @peter247 I can deploy and retract the probe

                            1 Reply Last reply Reply Quote 0
                            • Vetiundefined
                              Veti
                              last edited by

                              the wires that come with the bltouch are notoriously bad.

                              1 Reply Last reply Reply Quote 0
                              • Gost101undefined
                                Gost101
                                last edited by

                                @Veti Also not long enough to reach my board. lol

                                peter247undefined 1 Reply Last reply Reply Quote 0
                                • peter247undefined
                                  peter247 @Gost101
                                  last edited by

                                  @Gost101

                                  Look like you are using G30 to lower the head on homing .
                                  Can't see a fault on your config.g , but i'm on version 3.1.1 which is different.

                                  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+

                                  1 Reply Last reply Reply Quote 0
                                  • Gost101undefined
                                    Gost101
                                    last edited by Gost101

                                    @peter247 Now the printer wont home Z. lol here is the code for home all. I cannot pin up and down:

                                    ; homeall.g
                                    ; called to home all axes
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Sep 27 2020 23:42:27 GMT-0600 (Mountain Daylight Time)
                                    ; Y-Axis
                                    G91                ; relative positioning
                                    G1 S1 Y-505 F1800  ; move quickly to Y axis endstop and stop there (first pass)
                                    G1 Y5 F500         ; go back a few mm
                                    G1 S1 Y-505 F360   ; move slowly to Y axis endstop once more (second pass)
                                    G90                ; absolute positioning
                                    ; X-Axis
                                    G91                ; relative positioning
                                    G1 S1 X-505 F1800  ; move quickly to X axis endstop and stop there (first pass)
                                    G1 X5 F500         ; go back a few mm
                                    G1 S1 X-505 F360   ; move slowly to X axis endstop once more (second pass)
                                    G90                ; absolute positioning
                                    ; Z-Axis
                                    M280 P7 S160
                                    M280 P7 S120
                                    M280 P7 S90 I1         ; Probe Up
                                    M280 P7 S10 I1         ; Probe Down
                                    M280 P7 S90 I1         ; Probe Up
                                    M280 P7 S10 I1         ; Probe Down
                                    M280 P7 S90 I1         ; Probe Up
                                    M280 P7 S10 I1         ; Probe Down
                                    G1 X15 Y15 Z10 F500
                                    G91                    ; relative positioning
                                    G30 		       ; Do a single probe to home our Z axis
                                    G90 		       ; Make sure we are in absolute mode
                                    G1 Z10 F6000           ; Rapidly move the Z axis to Z=10.
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Gost101undefined
                                      Gost101
                                      last edited by

                                      @peter247 said in BL Touch:

                                      M280 P3 S160

                                      The only way to clear the blinking red light is to manually unplug the red wire: alt text

                                      1 Reply Last reply Reply Quote 0
                                      • Gost101undefined
                                        Gost101
                                        last edited by

                                        This isn't a actually picture of my board just one I found online.

                                        1 Reply Last reply Reply Quote 0
                                        • Gost101undefined
                                          Gost101
                                          last edited by

                                          @peter247 I tired the M280 P7 S160 through both the gcode console and in home all and it dindn't work

                                          peter247undefined 1 Reply Last reply Reply Quote 0
                                          • peter247undefined
                                            peter247 @Gost101
                                            last edited by

                                            @Gost101

                                            Does the up down up down up down work ?

                                            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+

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