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

    Firmware wishlist and priorities for Duet WiFi and Duet Ethernet

    Scheduled Pinned Locked Moved
    Firmware wishlist
    113
    236
    52.3k
    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.
    • Dougal1957undefined
      Dougal1957
      last edited by

      David

      1, 2, 6, 7, 12 is my vote?

      1 Reply Last reply Reply Quote 0
      • Simspeedundefined
        Simspeed
        last edited by

        5, 4, 9, 7, 13 My four new Z motors arrived so I'll soon be ready to implement #5.

        Custom C-Beam H-Bot - Hard mount 560mm x 800mm MIC 6 bed plate - 3mm PEI print surface- 120v mains silicone bed heater (3 zones) - 800mm Z axis - polycarbonate enclosure - (4) .09° Nema 23s (Z) - .09° Nema 17s (XY) - Bondtech extruders - E3D Cyclops hotend, 24V power supply

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

          My personal preference would be 1, 13, 16, 17, 20.

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

          1 Reply Last reply Reply Quote 0
          • 3dprinting meatheadundefined
            3dprinting meathead
            last edited by

            5. True bed levelling using 2, 3 or possibly 4 independently-driven Z motors and a Z probe

            would that square up the x axis to the bed? like for an i3, probe z at left and right, and then move each z motor independently to make the x axis parallel to the points probed?

            If this question is too off topic, just disregard.

            If I can learn it, than anyone can learn it.

            1 Reply Last reply Reply Quote 0
            • roboduetundefined
              roboduet
              last edited by

              1. WiFi server, specially FTP support. I'm missing it after moving from Duet 0.6
              3. Logging.
              7. Dynamic microstepping to switch from x16 interpolated mode.
              15. Support for 12864 displays.
              16. Better temperature control
              XX. Automatic firmware update from web interface (download firmware directly from internet, check md5 or sha hash and update if hashsum is ok). Plus check for updates button in DWC.

              1 Reply Last reply Reply Quote 0
              • tomasfundefined
                tomasf
                last edited by

                1
                19
                20
                16
                7

                1 Reply Last reply Reply Quote 0
                • 3dprinting meatheadundefined
                  3dprinting meathead
                  last edited by

                  2
                  6
                  9
                  14
                  8
                  in no particular order

                  If I can learn it, than anyone can learn it.

                  1 Reply Last reply Reply Quote 0
                  • hairy_kiwiundefined
                    hairy_kiwi
                    last edited by

                    3. Logging… of Temperature values also?
                    15. Support for PanelOne 20x4 text displays, or possibly 12864 mono graphics displays. Especially if useful/required for controlling a machine away from its usual WiFi network?
                    5. True bed levelling... The 2 z-motor solution would be sufficient for my current setup.
                    1. Reworked WiFi server code... Not sure I understand the limitations of the current code base well enough, but anyway.
                    17. Filament and printing time odometers.

                    1 Reply Last reply Reply Quote 0
                    • Huguesundefined
                      Hugues
                      last edited by

                      1
                      2
                      3
                      7
                      …And a filament monitor support based from rotary encoder

                      1 Reply Last reply Reply Quote 0
                      • caphectorundefined
                        caphector
                        last edited by

                        13, 1, 7, 2, 15

                        I'd love to see support for the Prometheus-style multi-filament hot ends as well. Both Prometheus and Prusa have made them. They retract filament when it's not in use and then advance the alternate filament. I think the only big change would be to filament movement distances.

                        1 Reply Last reply Reply Quote 0
                        • demonio669undefined
                          demonio669
                          last edited by

                          • Allow M117 to send message via email
                          • start and stop printing macros (o allow to send email when the print begins and ends)
                          1 Reply Last reply Reply Quote 0
                          • tomwang256undefined
                            tomwang256
                            last edited by

                            18 - i accidently broke off my usb connector on the paneldue 😞
                            5
                            6
                            7
                            9

                            1 Reply Last reply Reply Quote 0
                            • windieselundefined
                              windiesel
                              last edited by

                              2
                              6
                              7
                              16
                              19

                              1 Reply Last reply Reply Quote 0
                              • T3P3Tonyundefined
                                T3P3Tony administrators
                                last edited by

                                @caphector:

                                13, 1, 7, 2, 15

                                I'd love to see support for the Prometheus-style multi-filament hot ends as well. Both Prometheus and Prusa have made them. They retract filament when it's not in use and then advance the alternate filament. I think the only big change would be to filament movement distances.

                                These are already supported. The retraction length can be set either in the slicing software or the tool change gcode.

                                www.duet3d.com

                                1 Reply Last reply Reply Quote 0
                                • pjr3Dundefined
                                  pjr3D
                                  last edited by

                                  My vote(s):

                                  1 - There is a need to be more tenacious about finding and then keeping a connection where there are many competing wifi routers. It is the most frustrating aspect at the moment especially in the evening when everyone in the area is going online!
                                  7 - Dynamic stepping for my delta …
                                  16 - Better temp control is always good.
                                  18 - This is mostly a convenience but would be handy.
                                  17 - Helps to keep track of usage for maintenance etc.

                                  1 Reply Last reply Reply Quote 0
                                  • larsundefined
                                    lars
                                    last edited by

                                    My vote:
                                    5
                                    4
                                    6
                                    7
                                    16

                                    1 Reply Last reply Reply Quote 0
                                    • appjawsundefined
                                      appjaws
                                      last edited by

                                      I have been trying to implement a fail safe switch which will stop Z homing and move the bed down 5mm.
                                      I am using your mini probe but want to test a piezo version I have constructed but I am worried that if it fails, nothing will stop the bed moving and damaging the hotend or bed surface.
                                      I originally tried "M581 Z S1 T2 C0 ; Set Z stop as fail safe for Z zeroing and run /sys/trigger2.g"
                                      and a /sys/trigger2.g file with the following entries G91, G1 Z5 F200

                                      This works when moving the bed manually but has no effect when homing Z.

                                      Deckingman suggested using the spare E0 connection "M581 E0 S1 T2 C0" this did not solve the issue and performed the same as the Z connection.

                                      Does the firmware lock the system until homing has completed?
                                      If so would it be possible to change that so the process can be interrupted in the way shown above or is their another way to protect the hotend and bed from probe failure?

                                      appjaws - Core XYUV Duet Ethernet Duex5
                                      firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
                                      Ormerod 1-converted to laser engraver, Duet wifi
                                      OpenSCAD version 2024.03.18
                                      Simplify3D 5.1.2

                                      1 Reply Last reply Reply Quote 0
                                      • lolorcundefined
                                        lolorc
                                        last edited by

                                        Hi,

                                        my vote is : 1, 6, 7, 8, 14

                                        1 Reply Last reply Reply Quote 0
                                        • jacksatundefined
                                          jacksat
                                          last edited by

                                          3
                                          17
                                          16
                                          14
                                          7

                                          1 Reply Last reply Reply Quote 0
                                          • Ntesla66undefined
                                            Ntesla66
                                            last edited by

                                            Hello, Love what you've done already! Just amazing.
                                            Cast vote as : 1, 3, 6, 8, 16.
                                            Best Regards.

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