Firmware wishlist and priorities for Duet WiFi and Duet Ethernet
-
@coffee Last one... Inspired by my Roomba
; Charge.g ; ; Duh nuh nun nah nah naah Charge! ; M400 G4 S1 M300 P295 S520 G4 P295 M300 P250 S650 G4 P250 M300 P250 S750 G4 P250 M300 P285 S850 G4 P450 M300 P285 S850 G4 P285 M300 P625 S1100 G4 S1 M400
-
If this is still relevant, these are my picks:
1
6
7
9
20Thanks!
-
@phaedrux THANKS !!!
-
@SnowCrash did you follow all the recent Firmware releases?
As far as I can tall, all the picks you listed are already implemented to some degree.@dc42 as this threads continues to grow and grow, I would recommend closing it, and opening a fresh one after 2.0 and 1.21.1 is released.
-
@resam said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:
@SnowCrash did you follow all the recent Firmware releases?
As far as I can tall, all the picks you listed are already implemented to some degree.Thanks @resam! That's great news
To your question, I haven't been following the recent firmware releases for the simple reason that I only got my DuetWifi a short while ago and it already had the latest firmware already installed.
However, I'm definitely planning on doing so in the future.
-
1 & 2, 6, 8, 3
-
@kenblu24 1, 6, 8, and 3 are already done. Please read the release notes of recent firmware updates.
2 will probably never make it due to memory & cpu restrictions. -
@resam darn #2 would have been awesome to have. Sorry, haven't been keeping up with the updates.
-
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!
-
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.
-
@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.
-
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.
-
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.
-
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
-
@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
-
@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
-
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 -
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.
-
@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.
-
@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?