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

    Help, extruder don't work anymore.

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    3
    15
    340
    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.
    • Julien30undefined
      Julien30 @jay_s_uk
      last edited by

      Hi @jay_s_uk
      Ok, I was thinking that the D parameter is the related to the driver pin of the card.
      So I change it to make it look that:

      ; Tools
      M563 P5 S"Extrudeur supports" D0 H2 F0 ; define tool 0
      G10 P5 X0 Y0 Z0 ; set tool 5 axis offsets
      G10 P5 R0 S0 ; set initial tool 5 active and standby temperatures to 0C
      M563 P4 S"Extrudeur fil" D1 H1 F1 ; define tool 1
      G10 P4 X0 Y0 Z0 ; set tool 4 axis offsets
      G10 P4 R0 S0 ; set initial tool 4 active and standby temperatures to 0C

      But does my pin correspond to the Driver 4 and 5 of the Maindboard 6HC or it have change?
      Can you remember how to check the firmware version?

      deckingmanundefined 1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman @Julien30
        last edited by deckingman

        @Julien30 Extruder drives are assigned numbers in the order that you define them in M584. So as you have M584 X40.0 Y41.0 Z42.0 E0.4:0.5, then extruder 0 (D0) will be the one connected to drive 4 on the main board and extruder 1 (D1) will be the one connected to drive 5 on the main board. When testing, don't forget to send M302 P1 to allow cold extrudes.

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

        Julien30undefined 1 Reply Last reply Reply Quote 0
        • Julien30undefined
          Julien30 @deckingman
          last edited by

          Hi @deckingman
          Ok I was not thinking it work like that. Thank you.
          For the M302 P1 I always use it when I want to make some test but for that I have done a macro to send it and allow cold extrusion.

          1 Reply Last reply Reply Quote 0
          • Julien30undefined
            Julien30 @jay_s_uk
            last edited by

            @jay_s_uk said in Help, extruder don't work anymore.:

            @Julien30 what firmware are you running?

            I have just seen that the firmware version is in the configuration general of DWC so here it is.
            The firmware version is :

            3.5beta2 (2023-02-08)

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

              @Julien30 theres a bug in beta 3.5b2 where cold extrusion doesn't work. upgrade to 3.5b3

              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

              Julien30undefined 1 Reply Last reply Reply Quote 0
              • Julien30undefined
                Julien30 @jay_s_uk
                last edited by

                @jay_s_uk @deckingman

                Thank you so much,
                I change the Firmware for the 3.5 beta 3 as @jay_s_uk said and I've made the modif as @deckingman said.
                Now it's work perfectly.

                Thank you.👍

                1 Reply Last reply Reply Quote 1
                • Julien30undefined
                  Julien30
                  last edited by

                  @jay_s_uk
                  Well maybe a little to fast.
                  After I have done the modifs I only try to move the extruders and It work well.
                  But now the 3 motors for XYZ axis who are pinned command to 3 cards EXP1XD don't want to move.
                  They worked when the Firmware was 3.5 beta 2 (2023-02-08). Do you think this issue come from the firmware?
                  Because if it's the case I switch to 3.5 beta 2 and don't allow cold extrusion. I prefer make the heater go to high temperature for extrude than the XYZ can't move...

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

                    @Julien30 i don't think so. i'm running 3.5b3 on one of my machines with success. did you update the firmware on the expansion boards as well?
                    are you homing them before trying to move them?

                    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

                    Julien30undefined 1 Reply Last reply Reply Quote 0
                    • Julien30undefined
                      Julien30 @jay_s_uk
                      last edited by

                      @jay_s_uk
                      Yes I homing them before.
                      Can you remember me the way to update the firmware on the expansion boards please.
                      Because I've downloaded the firmware in the SD card of the MainBoard and equally charge files from DWC.
                      All the time the 3 EXP boards are connected together and to the Mainboard with alim ON.

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

                        @Julien30 just upload the expansion board firmware for 3.5b3 https://github.com/Duet3D/RepRapFirmware/releases/download/3.5.0-beta.3/Duet3Firmware_EXP1XD.bin

                        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

                        Julien30undefined 1 Reply Last reply Reply Quote 0
                        • Julien30undefined
                          Julien30 @jay_s_uk
                          last edited by

                          @jay_s_uk
                          Yes It is the file that I downloaded and upload on the SD card in plug it in my computer. Then reinstall the SD card in the Mainboard and afterall upload by DWC the file with th charge files button

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

                            @Julien30 why unplug the SD card? you can do all updates through DWC. That way it'll then prompt all the appropriate boards to update.
                            Either reupload that file or send M997 B40 and so on for each board

                            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

                            Julien30undefined 1 Reply Last reply Reply Quote 0
                            • Julien30undefined
                              Julien30 @jay_s_uk
                              last edited by

                              @jay_s_uk
                              Oh right, It's more easier.
                              I've done what you suggest and it work perfectly.
                              Thank you very much 👍

                              1 Reply Last reply Reply Quote 1
                              • dc42undefined dc42 marked this topic as a question
                              • dc42undefined dc42 has marked this topic as solved
                              • First post
                                Last post
                              Unless otherwise noted, all forum content is licensed under CC-BY-SA