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

    BLTouch not working

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    25
    768
    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.
    • hsverreundefined
      hsverre
      last edited by hsverre

      I have been banging my head against the wall for a while.
      Im trying to install a brand new antclabs BLTouch but there is no action.
      Is it supposed to light up or something when it has power?

      I have another BLTouch I know work from another printer, i tried this but to no success.

      I have read the probe installation guide and the problem-solving guide at Dozuki but i dont get it;

      It says "Allocate an unused heater channel to reconfigure as the servo control for the BLTouch. For example, if the E2Heat output is unused, you can use heater 3 which corresponds to the PWM1 connector on DueX. On the Expansion Breakout Board, use heater 6 or 7."

      I locate the E2Heat output on the Duex but where is the Heater3 output? Is it E3Heat?

      b05c7c21-6e00-47dd-8661-d7ac77d4b2fb-image.png

      It tells at Duex to connect PWM is it like E2_PWM? And +5V is like 5V AUX?

      I guess i have to make sure the BLTouch has power, how to confirm that? Is it supposed to light up? I have checked and measured the wires a numerous times and the white/black reports 3.3 V and the red/yellow/brown show somewhere around 2 V.

      I have attached the pictures of the wiring at the Duet and the Duex. And attached the config.g.

      IMG_2610_ZproberDuet_2.jpg IMG_2609PWM1Duex5_2.jpg

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Fri Jul 30 2021 22:46:27 GMT+0200 (sentraleuropeisk sommertid)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Voron24" ; set printer name
      M669 K1 ; select CoreXY mode

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P1 S0 ; z drive 1
      M569 P2 S1 ; z drive 2
      M569 P3 S0 ; z drive 3
      M569 P4 S1 ; z drive 4
      M569 P5 S1 ; a drive 5
      M569 P6 S1 ; b drive 6
      M569 P7 S0 ; ex drive 7
      M572 P7 S0.19
      M584 X5 Y6 Z1:2:3:4 E7
      M671 X815:815:-125:-125 Y500:-130:-130:500 S20 ; leadscrews at rear left, front middle and rear right
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E419.19 ; set steps per mm
      ;M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      ;M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      ;M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      M98 P"/macros/print_scripts/speed_printing.g"

      ;M955 P0 C"spi.cs4+spi.cs3"

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X787 Y452 Z500 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z

      ;BLTouch - Heaters
      ;M307 H2 A-1 C-1 D-1 ; Disable the 2. Heater to free up PWM channel 1 om the Duex board

      ;BLTouch
      ;M558 P9 C"^zprobe.in" H5 F120 T6000
      ;M950 S0 C"duex.pwm2" ; Duet 2 WiFi/Ethernet + DueX2/5
      ;G31 X20 Y0 Z0 P25

      ; Z-Probe
      M950 S0 C"duex.pwm1" ; create servo pin 0 for BLTouch
      M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
      M557 X15:700 Y15:400 S80 ; define mesh grid;

      ; Z-Probe
      ;M558 P1 C"zprobe.in" H20 F6000 T6000 ; set Z probe type to unmodulated and the dive height + speeds
      ;M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds

      ;G31 P1000 X0 Y0 Z1.862 ; set Z probe trigger value, offset and trigger height

      M557 X15:780 Y15:450 S30 ; define mesh grid

      ; Heaters

      M308 S0 P"bedtemp" Y"thermistor" T50000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B0 R0.297 C322.9 D14.09 S1.00 V12.4
      ;M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 R2.485 C220.4 D6.96 S1.00 V12.2
      ;M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Custom settings are not defined

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

        @hsverre said in BLTouch not working:

        Is it supposed to light up or something when it has power?

        Yes it should do a self test when it receives power and light up red.

        The photos of the wiring look correct, but if it's not getting power perhaps there is a break in the cable. I suggest doing a continuity test on your cables with a multimeter.

        The config looks ok for RRF3.

        Can you send M122 and M98 P"config.g" and post the results?

        Z-Bot CoreXY Build | Thingiverse Profile

        hsverreundefined 1 Reply Last reply Reply Quote 0
        • hsverreundefined
          hsverre @Phaedrux
          last edited by

          THanks a lot 🙂

          @phaedrux said in BLTouch not working:

          The photos of the wiring look correct, but if it's not getting power perhaps there is a break in the cable. I suggest doing a continuity test on your cables with a multimeter.

          I havent dont a continuity test but i have replaced all of the wires and connected the bltouch directly on the bord. But, with the same result.

          If you are absolutly shure a test will be a good idea i will do it. What cables are preferably the best to measure? Which of the cables are power to make it run the self-test when it gets power?

          Can you send M122 and M98 P"config.g" and post the results?

          m122
          === Diagnostics ===
          RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later + DueX5
          Board ID: 0JD0M-9P6M2-NWNS4-7JKDA-3S86M-TA1RL
          Used output buffers: 3 of 24 (20 max)
          === RTOS ===
          Static ram: 23876
          Dynamic ram: 75724 of which 56 recycled
          Never used RAM 14760, free system stack 184 words
          Tasks: NETWORK(ready,14.6%,231) HEAT(delaying,0.0%,314) Move(notifyWait,0.1%,364) DUEX(notifyWait,0.0%,24) MAIN(running,85.2%,445) IDLE(ready,0.1%,29), total 100.0%
          Owned mutexes:
          === Platform ===
          Last reset 00:09:44 ago, cause: power up
          Last software reset at 2022-02-13 20:28, reason: User, GCodes spinning, available RAM 14760, slot 0
          Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
          Error status: 0x00
          Step timer max interval 0
          MCU temperature: min 14.3, current 19.7, max 19.9
          Supply voltage: min 12.3, current 12.4, max 12.5, under voltage events: 0, over voltage events: 0, power good: yes
          Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
          Driver 0: position 0, standstill, SG min/max not available
          Driver 1: position 0, standstill, SG min/max not available
          Driver 2: position 0, standstill, SG min/max not available
          Driver 3: position 0, standstill, SG min/max not available
          Driver 4: position 0, standstill, SG min/max not available
          Driver 5: position 0, standstill, SG min/max not available
          Driver 6: position 0, standstill, SG min/max not available
          Driver 7: position 0, standstill, SG min/max not available
          Driver 8: position 0, standstill, SG min/max not available
          Driver 9: position 0, standstill, SG min/max not available
          Driver 10: position 0
          Driver 11: position 0
          Date/time: 2022-02-14 20:08:42
          Cache data hit count 4294967295
          Slowest loop: 4.09ms; fastest: 0.17ms
          I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
          === Storage ===
          Free file entries: 10
          SD card 0 detected, interface speed: 20.0MBytes/sec
          SD card longest read time 2.6ms, write time 0.0ms, max retries 0
          === Move ===
          DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
          === MainDDARing ===
          Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
          === AuxDDARing ===
          Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
          === Heat ===
          Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
          === GCodes ===
          Segments left: 0
          Movement lock held by null
          HTTP is idle in state(s) 0
          Telnet is idle in state(s) 0
          File is idle in state(s) 0
          USB is idle in state(s) 0
          Aux is idle in state(s) 0
          Trigger is idle in state(s) 0
          Queue is idle in state(s) 0
          LCD is idle in state(s) 0
          Daemon is idle in state(s) 0
          Autopause is idle in state(s) 0
          Code queue is empty.
          === DueX ===
          Read count 1, 0.10 reads/min
          === Network ===
          Slowest loop: 15.64ms; fastest: 0.00ms
          Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
          HTTP sessions: 2 of 8

          • WiFi -
            Network state is active
            WiFi module is connected to access point
            Failed messages: pending 0, notready 0, noresp 0
            WiFi firmware version 1.26
            WiFi MAC address e8:68:e7:6a:de:1f
            WiFi Vcc 3.43, reset reason Turned on by main processor
            WiFi flash size 4194304, free heap 22368
            WiFi IP address 192.168.10.112
            WiFi signal strength -62dBm, mode 802.11n, reconnections 0, sleep mode modem
            Clock register 00002002
            Socket states: 0 0 0 0 0 0 0 0

          M98 P"config.g"
          HTTP is enabled on port 80
          FTP is disabled
          TELNET is disabled
          Error: No tool selected

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

            @hsverre said in BLTouch not working:

            connected the bltouch directly on the bord. But, with the same result.

            Have you tried connecting this BLtouch to one of your other printers? Perhaps the BLTouch itself isn't working.

            Z-Bot CoreXY Build | Thingiverse Profile

            hsverreundefined 2 Replies Last reply Reply Quote 0
            • hsverreundefined
              hsverre @Phaedrux
              last edited by

              @phaedrux said in BLTouch not working:

              @hsverre said in BLTouch not working:

              connected the bltouch directly on the bord. But, with the same result.

              Have you tried connecting this BLtouch to one of your other printers? Perhaps the BLTouch itself isn't working.

              I have don that some days ago. I will try again just to make shure thats not the problem.

              1 Reply Last reply Reply Quote 0
              • hsverreundefined
                hsverre @Phaedrux
                last edited by

                @phaedrux Could it be an option to reflash the os from scratch?

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

                  @hsverre said in BLTouch not working:

                  @phaedrux Could it be an option to reflash the os from scratch?

                  I don't think it's going to make a difference.

                  The easy way to test the BLtouch is to connect 5v and ground and see if it lights up and tests the pin.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  hsverreundefined 1 Reply Last reply Reply Quote 0
                  • hsverreundefined
                    hsverre @Phaedrux
                    last edited by

                    @phaedrux said in BLTouch not working:

                    The easy way to test the BLtouch is to connect 5v and ground and see if it lights up and tests the pin.

                    Thats the black and white wire?

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

                      No. On a genuine BLTouch 5v is red and ground is black/brown.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      hsverreundefined 2 Replies Last reply Reply Quote 0
                      • hsverreundefined
                        hsverre @Phaedrux
                        last edited by

                        @phaedrux

                        Are you refering to the brown on the PWM or the black on the Probe?

                        DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                        • hsverreundefined
                          hsverre @Phaedrux
                          last edited by

                          @phaedrux

                          The red and black/blue show 0 Volt

                          1 Reply Last reply Reply Quote 0
                          • DIY-O-Sphereundefined
                            DIY-O-Sphere @hsverre
                            last edited by

                            @hsverre
                            Doesn't matter but disconnect the probe from the board.....

                            (UTC+1)

                            hsverreundefined 1 Reply Last reply Reply Quote 0
                            • hsverreundefined
                              hsverre @DIY-O-Sphere
                              last edited by

                              @diy-o-sphere

                              I did that and the red and brown pin show 0 volt

                              DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                              • DIY-O-Sphereundefined
                                DIY-O-Sphere @hsverre
                                last edited by

                                @hsverre
                                You can connect the probe directly to 5v as @Phaedrux mentioned.

                                (UTC+1)

                                1 Reply Last reply Reply Quote 0
                                • hsverreundefined
                                  hsverre
                                  last edited by

                                  @diy-o-sphere

                                  No one of the PWM ports gives 5 V, all of them show 0 V.

                                  And both the BLTOuches works fine on another printer. So they are ok.

                                  There has to be something wrong with the power on the PWM pins

                                  DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                                  • DIY-O-Sphereundefined
                                    DIY-O-Sphere @hsverre
                                    last edited by DIY-O-Sphere

                                    @hsverre
                                    There is a jumper on the duex for the use of an external 5v supply.
                                    Have you checked that?

                                    5aeb06f3-24fc-45a6-928b-b63eaecdce61-grafik.png

                                    (UTC+1)

                                    hsverreundefined 1 Reply Last reply Reply Quote 0
                                    • hsverreundefined
                                      hsverre @DIY-O-Sphere
                                      last edited by

                                      @diy-o-sphere
                                      I have played a bit back and forth with that pin. When in the position the schem show the PWM pins gives 2.658 V

                                      DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                                      • DIY-O-Sphereundefined
                                        DIY-O-Sphere @hsverre
                                        last edited by

                                        @hsverre
                                        Set the jumper that way.

                                        (UTC+1)

                                        hsverreundefined 2 Replies Last reply Reply Quote 0
                                        • hsverreundefined
                                          hsverre @DIY-O-Sphere
                                          last edited by

                                          @diy-o-sphere

                                          BTW Do I need an external powersupply for the Duex other than the 12 V?

                                          DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                                          • DIY-O-Sphereundefined
                                            DIY-O-Sphere @hsverre
                                            last edited by DIY-O-Sphere

                                            @hsverre
                                            Only with big 5v fans....

                                            Edit:
                                            To be exact larger consumers like LEDs, rc servos...... in total more than 1A on the 5v line.

                                            (UTC+1)

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