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

    Duet homing on Ender 5

    Scheduled Pinned Locked Moved
    Firmware installation
    5
    16
    1.4k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Blobs and stringing are usually a sign that your extruder and/or z axis isn't moving fast enough.

      Comparing your config to the marlin config it would seem that your extruder jerk is quite a bit lower. (300 vs 120) and your extruder max speed is only 25mm/s which could be limiting your retraction speed.

      Here's what I would change in config.g

      M566 X600.00 Y600.00 Z60.00 E3000.00       ; Set maximum instantaneous speed changes (mm/min)
      M203 X30000.00 Y30000.00 Z500.00 E6000.00 ; Set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z200.00 E6000.00     ; Set accelerations (mm/s^2)
      

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 1
      • Brian_Kundefined
        Brian_K
        last edited by

        Thanks, I’ll implement your changes. However as I cannot even get the printer to home yet I haven’t looked at the extruder.

        I did put in some conservative setting to give me time to switch the printer off should anything go awry, which it did with the home test macro.

        Not sure those changes will do anything to get the printer to home, is there anything else I need to look at?

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

          Have you checked the endstop status to ensure you have set them up correctly and they trigger correctly using M119?

          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
          • Brian_Kundefined
            Brian_K
            last edited by

            I haven’t ran an M119 yet (print head won’t reach the endstops). The endstop LED’s are lit up and go out when I depress each endstop switch - does that sound correct?

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

              No. They should light when triggered, not the other way round.
              Hence using M119. If it says triggered when not triggered, you need to swap your endstops round in the firmware. It would stop you from homing.

              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
              • Brian_Kundefined
                Brian_K
                last edited by

                Excellent, thanks, I'll do that later today and report back.

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

                  @brian_k said in Duet homing on Ender 5:

                  I haven’t ran an M119 yet (print head won’t reach the endstops). The endstop LED’s are lit up and go out when I depress each endstop switch - does that sound correct?

                  If they are normally closed switches (the most common type), then that's correct. But check that the Duet is reading them correctly, using M119.

                  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
                  • Brian_Kundefined
                    Brian_K
                    last edited by

                    Sorry, just to be clear, do you mean switch the endstops from “Active Low (NO)” to “Active High (NC)” in the RRF config tool?

                    Or should I switch the wires over on the connectors?

                    David, thanks I'll do that first when I get back from lunch.

                    1 Reply Last reply Reply Quote 0
                    • Melfestoundefined
                      Melfesto
                      last edited by

                      Active High (NC) and at low end should fix it. Also make sure your end stop cables are right to.

                      1 Reply Last reply Reply Quote 0
                      • Brian_Kundefined
                        Brian_K
                        last edited by

                        M119 is producing a comment of "Not Stopped" on X,Y and Z axis.......also on Z probe, which I did not set up???

                        Should I go ahead with Active High at low end?

                        1 Reply Last reply Reply Quote 0
                        • Melfestoundefined
                          Melfesto
                          last edited by

                          I don't have my Z probe setup yet so can't comment as to what that should be set for but the other stops I am running are from the original ender 5 and I have mine all set to Active High (NC) and at low end and they all work fine on the duet 2 wifi.

                          1 Reply Last reply Reply Quote 0
                          • Brian_Kundefined
                            Brian_K
                            last edited by

                            Thanks, not worried about the Z probe yet, just want to get the printer running.

                            1 Reply Last reply Reply Quote 0
                            • Brian_Kundefined
                              Brian_K
                              last edited by

                              It is with great pleasure that I can inform fellow forum members that the printer is now functioning as expected. Setting the endstops to active high at the low end did indeed do the trick.

                              For reference the endstop LED’s are on and go off when the switches are activated.

                              Many thanks one and all for your input.

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