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

    How do I use the BL-Touch When homing Z-axis

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    4
    13
    370
    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.
    • TomasLundefined
      TomasL
      last edited by TomasL

      Well as it says in the title
      Tried to put M574 Z1 S2 , it did not work, it crached hard into the bed.

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
      Duet WiFi Server Version: 1.26

      BL Touch config is:

      ;BL-Touch
      M307 H3 A-1 C-1 D-1
      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
      G31 P500 X64 Y0 Z2.46                                  ; set Z probe trigger value, offset and trigger height
      
      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @TomasL
        last edited by

        @tomasl use G30, not G1 H1 Z

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        TomasLundefined 1 Reply Last reply Reply Quote 0
        • TomasLundefined
          TomasL @jay_s_uk
          last edited by

          @jay_s_uk
          Well, that whas what RRF put in the config.g
          So, How do I use the G30 code?

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @TomasL
            last edited by

            @tomasl e.g.

            G1 X100 Y100
            G30
            

            obviously changing the move location to the centre of the bed, taking into account to offset of the probe as the firmware won't

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            TomasLundefined 1 Reply Last reply Reply Quote 0
            • TomasLundefined
              TomasL @jay_s_uk
              last edited by

              @jay_s_uk
              Ok, so I,ll put this in the config.g, presumably at the end.
              So it would read

              G1 X33,5 Y82,5 Z5
              G30
              

              If I do this via the console, Z stops att 2,43 (+5mm) I do assume that the X-axis is lifted 5 mm after the g30 command.

              jay_s_ukundefined 2 Replies Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @TomasL
                last edited by

                @tomasl not in config, in your homing files

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @TomasL
                  last edited by

                  @tomasl and if you want any further movements after the probe then you'll need to add those in

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  TomasLundefined 1 Reply Last reply Reply Quote 0
                  • TomasLundefined
                    TomasL @jay_s_uk
                    last edited by

                    @jay_s_uk
                    Ok, I have put in homeall.g and homez.g

                    G1 X33,5 Y82,5 F6000
                    G30
                    

                    However Z-level is the same as the trigger height, is that correct?

                    jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                    • jay_s_ukundefined
                      jay_s_uk @TomasL
                      last edited by

                      @tomasl the height it'll set is the z offset that you've set in G31 in your config

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      TomasLundefined 1 Reply Last reply Reply Quote 0
                      • TomasLundefined
                        TomasL @jay_s_uk
                        last edited by

                        @jay_s_uk Ok

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

                          For the record

                          https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_testing
                          https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_connecting#bltouch

                          Z-Bot CoreXY Build | Thingiverse Profile

                          TomasLundefined 1 Reply Last reply Reply Quote 0
                          • TomasLundefined
                            TomasL @Phaedrux
                            last edited by

                            @phaedrux Yes, I know all that, however my question was not answer in those documents.

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

                              @tomasl For example configurations, see https://docs.duet3d.com/User_manual/Machine_configuration/Configuration_cartesian#homing-z

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