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

Enstop + bltouch

Scheduled Pinned Locked Moved
Duet Hardware and wiring
2
15
551
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
    jay_s_uk
    last edited by 23 Feb 2021, 16:05

    well you basically set your screw/pivot point location using M671
    then edit the bed.g file to set the 4 probe points

    G28 ; home
    G30 P0 X0 Y0 Z-99999 ; probe near a leadscrew
    G30 P1 X0 Y0 Z-99999 ; probe near a leadscrew
    G30 P2 X0 Y0 Z-99999 ; probe near a leadscrew
    G30 P3 X0 Y0 Z-99999 S4; probe near a leadscrew and calibrate 4 motors

    Adjust the probe points to get them as close as you can to the 4 screws.

    Both the M671, M584 and the probe points above need to be in the same order. e.g. front left, front right, back left, back right.

    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

    undefined 1 Reply Last reply 23 Feb 2021, 16:08 Reply Quote 0
    • undefined
      Amagatth @jay_s_uk
      last edited by 23 Feb 2021, 16:08

      @jay_s_uk I try to make this fonction but it's not perfect it's why I ask for 4 endstop for screw and the bl for the bed 🙂

      undefined 1 Reply Last reply 23 Feb 2021, 16:09 Reply Quote 0
      • undefined
        jay_s_uk @Amagatth
        last edited by 23 Feb 2021, 16:09

        @Amagatth why is it not perfect?
        both my machines that have independent levelling utilise G32 and neither of them have any endstops on 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

        1 Reply Last reply Reply Quote 0
        • undefined
          Amagatth
          last edited by 23 Feb 2021, 16:28

          I don't see modification after g32

          1 Reply Last reply Reply Quote 0
          • undefined
            jay_s_uk
            last edited by 23 Feb 2021, 16:30

            None at all?

            Post your full config, homeall, homez, bed and a photo of your machine would be good

            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 1
            • undefined
              Amagatth
              last edited by 23 Feb 2021, 17:36

              I send you all tomorrow 🙂 thx 😁

              1 Reply Last reply Reply Quote 0
              • undefined
                Amagatth
                last edited by Amagatth 24 Feb 2021, 06:54

                Hi ,

                You can find my configuration and bed file, on the photo at front left its Z1 back left Z2 front right Z3 back right Z4

                THx for your help 🙂IMG_20210224_075121.jpg

                bed.g config.ghomez (1).g homeall (1).g

                Correction when i make g32 i see screw moove at the end but the mouvement is not good my X axis isn't parallel with my bed

                1 Reply Last reply Reply Quote 0
                • undefined
                  jay_s_uk
                  last edited by 24 Feb 2021, 16:44

                  its advised not to have half the drivers for an axis on one board and half on the other.
                  The best thing to do would be move the extruders on to the expansion board and have all 4 z motors on the main board.

                  Is your bed fully rigid and only adjusted in height by the motors? If so, your M671 coordinates are wrong. Its perfectly acceptable to have locations that are outside the machine limits. e.g. X-100:-100:1100:1100.

                  You don't have any offsets set for your bltouch in G31

                  In your homez, I suggest probing the centre of the bed rather than at X15 Y15. You should take into account any probe offsets when inputting the location. This comment also applied to homeall

                  You should not be calling M401 and M402 as part of the bed file. They are automatically called by probe type P9.

                  Everything else looks ok

                  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 1
                  • undefined
                    Amagatth
                    last edited by Amagatth 24 Feb 2021, 20:19

                    I already change zhome on center and my bed is fix just the 4 motor move my x/y axis up or down

                    The coordinate of motor are z1 x-50 y0 z2 x-50 y 1000 z3 x1050 y0 z4 x1050 y1000

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      Amagatth
                      last edited by 25 Feb 2021, 09:52

                      i have change m671 with real screw coordinates and its look better ! 🙂 thx !!

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