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

Toolboard BLTouch connection in configurator tool.

Scheduled Pinned Locked Moved Solved
Tuning and tweaking
2
5
199
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.
  • undefined
    evomotors
    last edited by 23 Jul 2020, 17:05

    According to https://duet3d.dozuki.com/Wiki/Duet_3_Tool_Board the BLTouch should be connected to Toolboard IO_0 connector:
    io0_out = Control
    GND = GND
    io0_in = OUT
    5V_EXT = +5V

    But in the configurator tool the 1.io0_in is not available for this option. Is this tool limitation or am I doung something wrong?

    undefined 2 Replies Last reply 23 Jul 2020, 19:31 Reply Quote 0
    • undefined
      droftarts administrators @evomotors
      last edited by 23 Jul 2020, 19:31

      @evomotors Sorry, that's an error in the configuration tool; it should show "Board 1 - io0.in". I've notified @chrishamm of the error, and hopefully it will get fixed soon.

      In the meantime, set it to a spare pin on the Duet 3, eg io7.in. Output your configuration files, then edit the config.g. It should have something like:

      ; Z-Probe
      M950 S0 C"1.io1.out" ; create servo pin 0 for BLTouch
      M558 P9 C"^io7.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

      Change M558 line to:

      M558 P9 C"1.io0.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds

      Enabling the pullup resistor with ^ is also not required (see point 2 here https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Software_setup_RepRapFirmware_Num_3)

      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 1
      • undefined
        droftarts administrators @evomotors
        last edited by 23 Jul 2020, 19:42

        @evomotors Also note that the default address for toolboard is 121 (see https://duet3d.dozuki.com/Wiki/Duet_3_Tool_Board#Section_Commissioning_a_new_Tool_Board), so unless you've changed it, also change all your pin references, eg 1.io1.out to 121.io1.out.

        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 1
        • undefined
          evomotors
          last edited by 23 Jul 2020, 22:01

          So it is a just a online configurator issue?

          undefined 1 Reply Last reply 24 Jul 2020, 22:09 Reply Quote 0
          • undefined
            droftarts administrators @evomotors
            last edited by 24 Jul 2020, 22:09

            @evomotors said in Toolboard BLTouch connection in configurator tool.:

            So it is a just a online configurator issue?

            Yes, and hopefully it will be fixed soon. However, to get the most out of Duet, you’re going to have to get comfortable editing the system files, and understanding the gcodes. But the forum will support you, plugging gaps in knowledge and pointing to documentation as necessary.

            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
            2 out of 5
            • First post
              2/5
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA