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
    50.8k
    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.
    • kenblu24undefined
      kenblu24 @resam
      last edited by

      @resam darn 😞 #2 would have been awesome to have. Sorry, haven't been keeping up with the updates.

      1 Reply Last reply Reply Quote 0
      • denkeundefined
        denke
        last edited by

        Can we please add to the wishlist?
        -Improved motion planning as of:
        https://forum.duet3d.com/topic/4802/6th-order-jerk-controlled-motion-planning
        I really hope it will be available for deltas too...

        -Print resume from a given layer (Maybe the user could set the printhead to the appropriate layer and hit resume) ... From that point the head would go up, heat, (prime?) and continue the print.
        I know it's possible threw editing the resume file, but this would make it so much easier...

        Thanks!

        1 Reply Last reply Reply Quote 0
        • BenDieselundefined
          BenDiesel
          last edited by

          It would be nice if the wifi would create it's own network if one isn't detected when booted up. And have the name of the network be the name of the machine.

          Phaedruxundefined 1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator @BenDiesel
            last edited by

            @bendiesel said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:

            It would be nice if the wifi would create it's own network if one isn't detected when booted up. And have the name of the network be the name of the machine.

            Something like that could be used for initial configuration as well much like other wifi devices. It creates its own access point which you connect to, you enter the wifi network information and reboot. Then continue with configuration afterwards. No need to connect to a PC first via usb or edit files on an SD card.

            And having it fall back to the same access point mode if the configured network is no longer present would be helpful.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • denkeundefined
              denke
              last edited by

              Some home automation devices use the same logic, some of them even have a dedicated button which puts them into ap mode, where you can configure the network.

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

                It's mostly a security issue. If for some reason the initial connection fails and the Duet goes into AP mode, do you really want anybody to be able to access your Duet?

                A possible mitigation would be to use a password based on the chip unique ID and to put that password on a sticker attached to the Duet. It could still be inconvenient if your Duet was buried below the bed of a delta printer so you couldn't see the sticker.

                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
                • denkeundefined
                  denke
                  last edited by denke

                  You could use a part of the serial, which could exist on a sticker, and coud be queried threw M122, so it's accessable directly and could be red threw usb in case the panel is buried.

                  A problem would still exist, if there is a power outage, the duet would boot up much quicker than a WIFI router, so if this functionality is automatic, then it would go to AP mode...

                  As a workarould for the duet 3, you could add a button on the panel to put it into AP mode

                  mickey30mundefined 1 Reply Last reply Reply Quote 0
                  • mickey30mundefined
                    mickey30m @denke
                    last edited by

                    @denke why? Because you need to set the network one time. Then you can edit it when you want. If there is a security bug someones van take over your machine and do some crazy stuff

                    I think that something like that puts a lot of effort tot maintain in the firmware. With all the security issues Everyday we have.

                    Just my 2 cents

                    1 Reply Last reply Reply Quote 0
                    • denkeundefined
                      denke
                      last edited by

                      @mickey30m I don't need this functionality, I just think it would be quite easy to implement, would add value to the product, and would solve all the threads complaining about "cannot setup wifi" just because prontenface switched both essid and psk to uppercase.

                      As to the security side, almost all wifi routers supplied by ISPs today have a sticker on the side containing the wifi and admin password, and it's not much of a security threat, I suggested the exact same functionality

                      1 Reply Last reply Reply Quote 0
                      • mickey30mundefined
                        mickey30m
                        last edited by

                        it is very handy, but i dont know if it is good for the users that are not that technic.
                        on the other hand, when someone take over you're router the also can control the printer. so why not 😉

                        1 Reply Last reply Reply Quote 0
                        • BenDieselundefined
                          BenDiesel
                          last edited by

                          Another way of doing it would be have it on by default. And gave it as a parameter to turn it on or off during set up. Also could put in a delay to have it turn on if network not detected after x number of seconds/minute. And it could have a parameter to check for network every x minuts.

                          Dose the duet store multiple networks and passwords? I will be taking my printer back and forth between home and school and am lazy enough not to want to set the wifi up each time.

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

                            @bendiesel said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:

                            Another way of doing it would be have it on by default. And gave it as a parameter to turn it on or off during set up. Also could put in a delay to have it turn on if network not detected after x number of seconds/minute. And it could have a parameter to check for network every x minuts.

                            Dose the duet store multiple networks and passwords? I will be taking my printer back and forth between home and school and am lazy enough not to want to set the wifi up each time.

                            yes it does, multiple SSIDs and passwords can be configured, the Duet connects to the strongest one.

                            www.duet3d.com

                            BenDieselundefined 1 Reply Last reply Reply Quote 0
                            • BenDieselundefined
                              BenDiesel @T3P3Tony
                              last edited by

                              @t3p3tony said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:

                              @bendiesel said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:

                              Another way of doing it would be have it on by default. And gave it as a parameter to turn it on or off during set up. Also could put in a delay to have it turn on if network not detected after x number of seconds/minute. And it could have a parameter to check for network every x minuts.

                              Dose the duet store multiple networks and passwords? I will be taking my printer back and forth between home and school and am lazy enough not to want to set the wifi up each time.

                              yes it does, multiple SSIDs and passwords can be configured, the Duet connects to the strongest one.

                              Cool is there any special way of doing it or do.i just send a m command for each network and pass?

                              1 Reply Last reply Reply Quote 0
                              • BenDieselundefined
                                BenDiesel
                                last edited by

                                Is it possible if we did the auto network to have a popup to set a password the first time you connect to it?

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

                                  @bendiesel said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:

                                  Is it possible if we did the auto network to have a popup to set a password the first time you connect to it?

                                  Yes, that would be possible, if we made DWC recognise that situation.

                                  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

                                  BenDieselundefined 1 Reply Last reply Reply Quote 0
                                  • genghisnico13undefined
                                    genghisnico13
                                    last edited by

                                    Would it be possible to add support for filament width sensors? I know people in most countries have access to cheap filament with tight tolerances but I can get a much cheaper filament that is not as consistent in diameter but is good enough in the other aspects. Another way of seeing it would be to automate the per roll flow calibration.

                                    1 Reply Last reply Reply Quote 0
                                    • DocTruckerundefined
                                      DocTrucker
                                      last edited by

                                      Can the switching mosfets on PS-ON be uprated to take 24V directly? 24V is more typically used in industrial saftey interlock systems and relays.

                                      Last time I chevked they were only suitable for about 5V - which is the ATX ps on signal.

                                      Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                                      1 Reply Last reply Reply Quote 0
                                      • Catalin_ROundefined
                                        Catalin_RO
                                        last edited by

                                        On the schematic I see that the PS_ON switch is PMV40UN2 (https://www.nexperia.com/products/mosfets/n-channel-mosfets-25-v-30-v/PMV40UN2.html). This is a 30V MOSFET. Even more, it is capable of quite some current (4.4A based on the datasheet) as it has a very low internal resistance.

                                        PC PSUs use 5V for PS_ON pull-up as they have the 5V Vsb (stand-by). But you can have anything up to 30V pull-up without any problems.

                                        1 Reply Last reply Reply Quote 0
                                        • DocTruckerundefined
                                          DocTrucker
                                          last edited by

                                          My bad, maybe I'm thinking of the old 0.6 boards and got muddled.

                                          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                                          1 Reply Last reply Reply Quote 0
                                          • Catalin_ROundefined
                                            Catalin_RO
                                            last edited by

                                            Duet 0.6 and 0.8.5 used BSH105 - 20V Vds and only 1A because of much higher internal resistance.

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