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

    Hiccups on 3HC expansion board

    Scheduled Pinned Locked Moved Unsolved
    Duet Hardware and wiring
    3
    25
    848
    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.
    • jay_s_ukundefined
      jay_s_uk
      last edited by Phaedrux

      I'm getting a number of hiccups on a 3HC expansion board.

      Moves scheduled 495904, completed 495904, hiccups 43894
      

      Is this normal?
      I'm running extruders off this board.
      My microstepping is set to 16 with interpolation

      Microstepping - X:16(on), Y:16(on), Z:16(on), U:16(on), E:16(on):16(on)
      

      And I've only been using the second extruder recently.
      Anyone got any thoughts?

      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

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

        @jay_s_uk No, but if I get chance, I'll try it on my machine. All six of my extruders are on expansion boards.

        Edit. Are you on latest firmware? And what are your extruder steps per mm?

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

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

          I'm on the latest firmware. 3.1.1 on the 6HC and 3.1.0 on the 3HC.
          Also running 3.1.1 of DSF in SBC mode.
          My steps per mm are 409 (I'm using a hemera which at the moment is printing like sh**).
          So I don't think I'm taxing the expansion board at all.

          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

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

            @jay_s_uk I'll try later. I can't run any prints but I'll try exercising the extruders by doing some G10/G11 retraction cycles (once I have disconnected filament from blocked heat break). How are you getting the report I'm guessing M122 B1?

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

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

              Yes. M122 B1.
              I checked as I'd left a print running to see what sort of print quality I was getting from the hemera and when I came back, the filament had been fully retracted. I'm inclined to say that my poor quality of prints so far has been down to the number of hiccups I'm seeing on the expansion 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

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

                I think that's an issue with the expansion board firmware. I have an update planned. I'll try to get a beta available later today.

                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

                dc42undefined 1 Reply Last reply Reply Quote 1
                • deckingmanundefined
                  deckingman @jay_s_uk
                  last edited by

                  @jay_s_uk I'll try later and see if I have any similar issues. The filament being fully retracted is usually caused by having an extruder move like G1 E-5 but that move being with the firmware set to expect absolute extrusion whereas the slicer is set to relative. So instead of retracting by 5mm, it retract to the position of 5mm from when the extruders was set to zero which is usually at the start of the print.

                  That might explain your other problems too. If your slicer is set to produce relative extruder moves, make sure that you have M83 in your configuration file to "tell" the firmware this is the case. Conversely, if your slicer is set to produce absolute extruder moves, make sure your configuration has M82 rather than M83.

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

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

                    @dc42 said in Hiccups on 3HC expansion board:

                    I think that's an issue with the expansion board firmware. I have an update planned. I'll try to get a beta available later today.

                    I meant the hiccup issue, not the filament retraction.

                    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
                    • jay_s_ukundefined
                      jay_s_uk @deckingman
                      last edited by

                      @deckingman
                      I've check the gcode file and I'm definitely in relative mode.
                      If extrude steps are being missed but retraction steps aren't, that would manifest itself as eventually the filament being fully retracted.
                      I will report back as soon as dc42 releases a beta for testing

                      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

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

                        @jay_s_uk Yes, but is your firmware configured to expect relative moves? Do you have an M83 in your configuration file. If so, is there an M82 anywhere else that could override it? i.e. in your start gcode or config-override.g.

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

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

                          I have M83 in my config, an M82 at the start of my gcode and then a switch straight back to M83.
                          Its setup the same as my other machines.

                          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
                          • deckingmanundefined
                            deckingman
                            last edited by

                            OK, so I just tried a few G10/G11 cycles to exercise my extruders. To be clear, the reason why I did that is that I can't run a print right now so have no other way of exercising the extruders. Also firmware retraction happens at a much faster speed than "normal" extruder moves and exercises all 6 extruders simultaneously.

                            After about 20 cycles, I ran M122 B1 and the result shows zero hiccups. My steps per mm are around 410, micro-stepping is 16X. Firmware retraction is set to use a feedrate of 3600.

                            So I don't think this is a firmware issue. Also, I did manage to get a print out of my machine yesterday using 3 extruders in mixing mode which wasn't half bad.

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

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

                              @dc42 any update on a beta build to sort the hiccups out? I'm happy to carry out testing etc

                              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

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

                                It's built, but I've not had a chance to test it yet.

                                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
                                • deckingmanundefined
                                  deckingman @jay_s_uk
                                  last edited by

                                  @jay_s_uk Have you managed to sort out why the filament gets fully retracted at the end of the print? Are you absolutely sure that there are no problems with your configuration or the gcode file that you are trying to print?

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

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

                                    @deckingman
                                    It's not at the end of the print, its mid print.
                                    And I use the same sliced files on all my other machines which run duets

                                    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

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

                                      @jay_s_uk Perhaps you have a blocked, or partially blocked nozzle, causing the extruder to skip steps on extrusion moves but not on retraction moves? I've only done limited printing with my experimental hot end, but I can't replicate your problem.

                                      Edit. Try disconnecting the filament from the hot end and run that print again to see if you still get hiccups.

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

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

                                        @deckingman
                                        I'm running a print now without filament and I'm still getting hiccups

                                        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

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

                                          @jay_s_uk What does extruder movement look like? Normal or erratic? Can you upload the gcode file somewhere and post a link to it. I should have my machine back together soon so I can try running your file and see if it gives me the hiccups too 🙂

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

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

                                            Hmm, I've swapped from driver 1 to driver 2 and the problem has gone away.

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