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.
    • 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
                              • Gost101undefined
                                Gost101
                                last edited by

                                Nope. lol. I manually reset the bl touch but am curious if there is a reset g code for this problem.

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

                                  @Gost101

                                  this my reset code for the bltouch M280 P0 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+

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

                                    @Gost101

                                    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

                                    does this 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
                                    • Gost101undefined
                                      Gost101
                                      last edited by

                                      @peter247 It doesn't so far, I get error:

                                      G28
                                      
                                      Error: G0/G1: insufficient axes homed
                                      

                                      after the X&Y axis home but Z wont home:

                                      ; 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 P0 S160          ;This didn't work
                                      M280 P7 S160
                                      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.
                                      
                                      peter247undefined 1 Reply Last reply Reply Quote 0
                                      • peter247undefined
                                        peter247 @Gost101
                                        last edited by

                                        @Gost101

                                        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

                                        this Just checks the probe not homing .
                                        You need to home X and Y before you can home Z

                                        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 Im trying reset the bl touch then home X&Y axis to zero. Then move Z axis up 10 Y axis 15 and X axis 15 then actuate the probe 3 times, then home down z.

                                          1 Reply Last reply Reply Quote 0
                                          • droftartsundefined
                                            droftarts administrators
                                            last edited by

                                            @Gost101 to me, it sounds like your probe is not correctly wired. To get it to self test, all you need is 5V on the red wire, and GND on the black or brown wire (sometimes blue). Check continuity of these connections. It sounds like you have 5V on yellow.

                                            Ian

                                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

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