Firmware wishlist and priorities for Duet WiFi and Duet Ethernet
-
@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?
-
Is it possible if we did the auto network to have a popup to set a password the first time you connect to it?
-
@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.
-
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.
-
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.
-
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.
-
My bad, maybe I'm thinking of the old 0.6 boards and got muddled.
-
Duet 0.6 and 0.8.5 used BSH105 - 20V Vds and only 1A because of much higher internal resistance.
-
@dc42
If I were to use M589: Configure access point parameters would it connect to my all ready networks and if no network create it's own? Or dose this override all existing networks? -
@catalin_ro Yes, checked the schematics myself to see where I'd got it from and planning the interlock loop for the Duet 0.6 was it. Only changes on the Duet2 boards has been the addition of a resistor on revision 1.02 between the gate of the MOSFET and the processor.
-
7, 11, 6, 14, 15
-
@bendiesel said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:
@dc42
If I were to use M589: Configure access point parameters would it connect to my all ready networks and if no network create it's own? Or dose this override all existing networks?No, currently you use M552 to choose whether to run as a client or an access point.
-
@dc42 said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:
...I'll stat a new wishlist soon...The last numbered list of items is from October 2017?
-
@doctrucker said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:
@dc42 said in Firmware wishlist and priorities for Duet WiFi and Duet Ethernet:
...I'll stat a new wishlist soon...The last numbered list of items is from October 2017?
Yes, I'll do a new list after firmware 2.0 is released.
-
@dc42 Completely understand that! Thanks. I'll have a look over that after having a better look at the most recent RC for 2.0 at work next week.
-
1
2
Add support for webcam, for time-lapse and live print monitoring (That's like half the point of a WiFi printer anyway, so I don't have to go down there to check if my printer has malfunctioned)
-- Note that I only have 1 and 2 before the camera because it would be a good idea to make it hard for hackers to get access to a camera within my house.
15
11 -
There is already support for a webcam, but it has to be an IP camera with a facility for returning a still jpeg image because browsers don't support RTSP. See https://duet3d.dozuki.com/Wiki/How_to_include_a_web_camera_image_in_Duet_Web_Control. There is no possibility of connecting a webcam directly to a Duet because the processor isn't powerful enough and the USB port is device-only.
-
10,12 would be my choice as hysteresis compensation makes definitly sense for cnc machines having a rather stiff construction
-
My wishlist:
Move axis till endstop or input reached. If not made by "X"mm then pause
Also be able to invert the endstop or input depending on desired condition -
end.g
An optional system file, run at end of each print, instead of adding end code in slicer. I would use it to lift the print head and move the table to a position for removing the printed part.
I think those moves are more of a system setting than a print move. There fore it would be nice to have it set in the printer instead of a slicer setting.