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

bltouch config

Scheduled Pinned Locked Moved
Firmware installation
6
25
1.0k
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
    Petar
    last edited by 15 Nov 2020, 19:16

    Does anyone have a tutorial how to config a bltouch on a duet 2 wifi with the config tool.
    I have a ender 3 v2 and im upgrading it like the linear rail full setup.
    i cant find nothing on youtube or here on this forum.
    I just bought this board and i'm learning how to configure it i have updated the board to 3.11 took me 3 hours to read and how to do it, was a little afraid to brick my board
    so does anyone has a link with a tutorial how to or can explain what to select and to add in the firmware if have to.
    I found some video's on youtube from a guy ''Design Prototype Test'' but he does not show how to configure the bltouch you have to be a patreon to get it. 😞
    hope some one can help me out.

    1 Reply Last reply Reply Quote 0
    • undefined
      Veti
      last edited by 15 Nov 2020, 19:29

      see
      https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch

      1 Reply Last reply Reply Quote 0
      • undefined
        Petar
        last edited by 15 Nov 2020, 19:30

        i have read that still dont understand what to do in the online config tool

        undefined 1 Reply Last reply 15 Nov 2020, 19:34 Reply Quote 0
        • undefined
          Kolbi @Petar
          last edited by 15 Nov 2020, 19:34

          @Petar,
          The last few pages of the attached shows how to connect and configure the bltouch. Hope this helps.
          Duet-MK3s.pdf

          Cheers,
          Kolbi

          undefined 1 Reply Last reply 15 Nov 2020, 19:39 Reply Quote 0
          • undefined
            Veti
            last edited by 15 Nov 2020, 19:34

            select pwm control channel in the i/o mapping

            then under endstops you can select the bltouch

            1 Reply Last reply Reply Quote 0
            • undefined
              Phaedrux Moderator
              last edited by 15 Nov 2020, 19:35

              https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+5:+Upgrades/54#s220

              There is some walk through here (as well as many other things in this guide) which may get you going.

              The config part of it is pretty basic though. The main thing we need to know is what pins you are using. Usually it would be pin 3 or pin 7 on the expansion header for the servo control wire.

              In config.g

              ; Z-Probe
              M950 S0 C"exp.heater3" ; 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

              And then the two deploy and retract files.

              ; deployprobe.g
              ; called to deploy a physical Z probe
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 13:35:03 GMT-0600 (Central Standard Time)
              M280 P0 S10 ; deploy BLTouch

              and

              ; retractprobe.g
              ; called to retract a physical Z probe
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 13:35:29 GMT-0600 (Central Standard Time)
              M280 P0 S90 ; retract BLTouch

              Z-Bot CoreXY Build | Thingiverse Profile

              undefined 1 Reply Last reply 15 Nov 2020, 19:38 Reply Quote 1
              • undefined
                Petar @Phaedrux
                last edited by 15 Nov 2020, 19:38

                @Phaedrux
                i becomes more and more confusing now
                where do i find this in the online config tool ?

                undefined 1 Reply Last reply 15 Nov 2020, 19:38 Reply Quote 0
                • undefined
                  Veti @Petar
                  last edited by 15 Nov 2020, 19:38

                  @Petar

                  see my post from above

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    Petar @Kolbi
                    last edited by 15 Nov 2020, 19:39

                    @Kolbi
                    i does not say anything about the online config tool

                    undefined 1 Reply Last reply 15 Nov 2020, 19:57 Reply Quote 0
                    • undefined
                      Phaedrux Moderator
                      last edited by Phaedrux 15 Nov 2020, 19:39

                      Screen Shot 2020-11-15 at 1.38.50 PM.png

                      Screen Shot 2020-11-15 at 1.38.55 PM.png

                      Making those selections should create the config files you need.

                      The text I showed in my other post is what get generated.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      undefined 1 Reply Last reply 15 Nov 2020, 19:43 Reply Quote 0
                      • undefined
                        Petar @Phaedrux
                        last edited by 15 Nov 2020, 19:43

                        @Phaedrux

                        thanks
                        is this all that i have to do or do i have to make some changes in the config file ?

                        undefined 1 Reply Last reply 15 Nov 2020, 19:45 Reply Quote 0
                        • undefined
                          Veti @Petar
                          last edited by 15 Nov 2020, 19:45

                          @Petar

                          the generated files (all of them) are enough if you have set the parameters correctly

                          undefined 1 Reply Last reply 15 Nov 2020, 19:48 Reply Quote 0
                          • undefined
                            Petar @Veti
                            last edited by 15 Nov 2020, 19:48

                            @Veti

                            Thanks i still dont understand why there is not a tutorial like with pictures how to for a noob like 🙂 thanks again everyone

                            undefined 1 Reply Last reply 15 Nov 2020, 20:03 Reply Quote 0
                            • undefined
                              Kolbi @Petar
                              last edited by 15 Nov 2020, 19:57

                              @Petar, sorry - I didn't fully digest your question in that it was pertaining strictly to the online config tool. If you get stuck, give a look at pages 18 and up - these were my lessons learned with getting bltouch operating.

                              Cheers,
                              Kolbi

                              undefined 1 Reply Last reply 15 Nov 2020, 19:59 Reply Quote 0
                              • undefined
                                Petar @Kolbi
                                last edited by 15 Nov 2020, 19:59

                                @Kolbi

                                🙂 what do you mean by pages 18 and up ?
                                do you have a link for me ?
                                thanks

                                undefined 1 Reply Last reply 15 Nov 2020, 20:00 Reply Quote 0
                                • undefined
                                  Kolbi @Petar
                                  last edited by 15 Nov 2020, 20:00

                                  @Petar, my first post had a pdf attached. 😉

                                  undefined 1 Reply Last reply 15 Nov 2020, 20:05 Reply Quote 0
                                  • undefined
                                    Phaedrux Moderator @Petar
                                    last edited by 15 Nov 2020, 20:03

                                    @Petar said in bltouch config:

                                    @Veti

                                    Thanks i still dont understand why there is not a tutorial like with pictures how to for a noob like 🙂 thanks again everyone

                                    I also posted a 5 part guide on getting an ender 3 up and running with a maestro on RRF2. It's not exactly the same as the wifi on RRF3 but a lot is applicable.

                                    https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+1:+Wiring/37

                                    At some point you'll have to climb the mountain of learning.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    undefined sylvaindcundefined 2 Replies Last reply 15 Nov 2020, 20:07 Reply Quote 0
                                    • undefined
                                      Petar @Kolbi
                                      last edited by 15 Nov 2020, 20:05

                                      @Kolbi
                                      i missed that thanks

                                      undefined 1 Reply Last reply 15 Nov 2020, 20:07 Reply Quote 0
                                      • undefined
                                        Petar @Phaedrux
                                        last edited by 15 Nov 2020, 20:07

                                        @Phaedrux

                                        Ok will read that thanks

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          Kolbi @Petar
                                          last edited by 15 Nov 2020, 20:07

                                          @Petar, no worries at all. Hope you get it working!

                                          undefined 1 Reply Last reply 15 Nov 2020, 20:11 Reply Quote 0
                                          1 out of 25
                                          • First post
                                            1/25
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA