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

    G28 Delta towers crash

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    4
    13
    615
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      Please post your homedelta.g file too.

      What firmware version are you using?

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      1 Reply Last reply Reply Quote 0
      • chrisundefined
        chris
        last edited by

        Hi David, I am using the firmware:
        Duet WiFi 1.02 or later (duetwifi102)
        Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.05.1 (2020-02-09b1)
        Duet WiFi Server Version: 1.23

        1 Reply Last reply Reply Quote 0
        • chrisundefined
          chris
          last edited by

          ; homedelta.g
          ; called to home all towers on a delta printer
          ;
          ; generated by RepRapFirmware Configuration Tool v2.1.8 on Sat May 16 2020 12:10:05 GMT+0100 (British Summer Time)
          G91 ; relative positioning
          G1 H1 X265 Y265 Z265 F1800 ; move all towers to the high end stopping at the endstops (first pass)
          G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
          G1 H1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
          G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
          G90 ; absolute positioning
          G1 X0 Y0 F6000 ; move X+Y to the centre

          1 Reply Last reply Reply Quote 0
          • chrisundefined
            chris @rodek
            last edited by

            @rodek wouldn't that persume they are active when high?

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by

              I didn't see anything wrong with your configuration and homing files.

              I suspect that you have swapped a couple of motor or endstop cables over. Use G91 followed by G1 H2 Xnnn moves to identify which tower has the X motor. Then check that when you trigger the endstop on that tower, M119 shows that it is the X endstop that is triggered. Repeat for Y and Z.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              chrisundefined 1 Reply Last reply Reply Quote 1
              • chrisundefined
                chris @dc42
                last edited by

                @dc42 Cheers David, the endstops seem to trigger and are confirmed under endstop status under machine specific tab.

                dc42undefined 1 Reply Last reply Reply Quote 0
                • chrisundefined
                  chris
                  last edited by

                  does it matter which tower is the x , y and z on a delta as long as it goes in a clockwise direction?

                  1 Reply Last reply Reply Quote 0
                  • themelleundefined
                    themelle
                    last edited by

                    I assume it does matter in the way the endstops correlate to the towers.

                    It may just be best practice to call the left tower "X", the right one "Y", and the back one "Z", but it really does help in preventing (or at least resolving) this type of issues.

                    1 Reply Last reply Reply Quote 0
                    • dc42undefined
                      dc42 administrators @chris
                      last edited by dc42

                      @chris said in G28 Delta towers crash:

                      @dc42 Cheers David, the endstops seem to trigger and are confirmed under endstop status under machine specific tab.

                      What I was trying to as was: Is the endstop that shows as X when triggered on the same tower as the motor that moves when you command X movement with a G1 H2 Xnnn move?

                      Instances of the behaviour you describe are typically caused by the motor and the corresponding endstop (e.g. X motor and X endstop) not being on the same tower.

                      Duet WiFi hardware designer and firmware engineer
                      Please do not ask me for Duet support via PM or email, use the forum
                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                      chrisundefined 1 Reply Last reply Reply Quote 1
                      • chrisundefined
                        chris @dc42
                        last edited by

                        @dc42 Cheers david X and Y limit switches got swapped

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