Duet Web Control wishlist notes and priorities
-
@wilriker I'm curious how much bandwidth is actually being used. I suppose on a metered connection everything adds up.
-
@phaedrux I'd have to calculate this again but AFAIR it did sum up to something between 1 and 2 GB per month just for the Ajax updates in my use-case. This does not include any further interaction with the Duet.
Currently I have a monthly included traffic of 10GB on the connection I need to use for this which is more than sufficient but this will drop to only 1GB in September. -
@Phaedrux : well it consumes quite a bit, open F12 on IE or Chrome and see what I mean, on a local network this is no problem, but can be problematic on mobile...
-
So I've just released v1.22 of the web interface, see https://github.com/chrishamm/DuetWebControl/releases/tag/1.22 for the ZIP bundle and the full change log since the last stable version.
@wilriker This version brings back the Connct/Disconnect button too, although you need to enable it explicitly on the Settings page. I guess that is OK.
-
With German language setting, you can not create new system files
-
@zerspaner_gerd said in Duet Web Control wishlist notes and priorities:
With German language setting, you can not create new system files
thate is also at the dutch language settings you can not create new system files
-
@chrishamm said in Duet Web Control wishlist notes and priorities:
@wilriker This version brings back the Connct/Disconnect button too, although you need to enable it explicitly on the Settings page. I guess that is OK.
Thank you that is totally acceptable for me!
Minor thing: in the changelog it is still listet that
S2
would be added toG1
moves and that this is configurable even though this has been removed again. I know it but it might confuse users that did not follow the beta-development. -
Just a small nit or confusion on my part. In the G-Code Files display the file sizes are shown as KiB or MiB. I get Kilo or Mega and Byte but what's the lower case i signify?
-
@davea said in Duet Web Control wishlist notes and priorities:
Just a small nit or confusion on my part. In the G-Code Files display the file sizes are shown as KiB or MiB. I get Kilo or Mega and Byte but what's the lower case i signify?
These are the binary prefixes, so actually this stands for Kibi Byte and Mebi Byte. This means it is based on powers of two instead of powers of ten for KB, MB, Kilo Byte, Mega Byte.
-
@davea thats the difference between factor 1024 or 1000.
KiB, MiB, etc are with 1024 - which is technically the correct factor in computer science. -
@resam Funny enough that is a hornet's nest of confusion. Hardware and network are always specified in and based on decimal prefixes - with one exception: RAM. It is specified as decimal prefix but based on powers of two.
Also different operating systems use different approaches of giving you size of (any kind of) disks. Some will report the size in decimal others in binary and you have to find out which one does what. I hate that.
-
I was using the new DWC from my tablet tonight and after nearly every input to the GCODE console I was disconnected with the following error:
JavaScript Error A JavaScript error has occurred so the web interface has closed the connection to your board. It is recommended to reload the web interface now. If this happens again, please contact the author and share this error message: Version: 1.22 Message: Uncaught TypeError: rememberedGCodes.indexOf is not a function URL: http://duet-url/js/dwc.js Line: 1175:69 Error object: {}
Since installing the latest version I did not use the GCODE console from a desktop browser very much but I have never seen this error there.
-
Anyone got the webcam flip / rotation working?
The rotation settings just gets reset to 0° every time I reload DWC or click "Apply Settings". The Flip option does get saved, but I don't think it does anything for me... -
@wilriker It sounds like your tablet saved a bad value for rememberedGCodes. Can you please try to save the settings again on your tablet or revert to the factory defaults? That should reset this variable to the right type.
-
I would definitely update the UI, it looks really outdated. I will be making my own theme, so yeah
-
I've just run into a big problem on DWC 1.22, unless it's me being stupid, but I can't see any of the gcode folders that I have in the gcode directory. In fact, not all the files that are in the root folder are there either. It seems to be limited to about 45 files. If I uploada files, it works OK but doesn't show up in the file list. The same thing happens if I try to d-cretae a folder - it seems to work OK but doesn't show up. Taking the SD card out of the Duet and putting it in my PC, I can see all the files and folders within the gcode folder - including the files that I just uploaded through DWC and the folder that I just created. BUT putting the SD card back in the Duet, none of the recently created files or folders show up in the list. Pressing the refresh button doesn't help either.
-
@deckingman that is due to a file limit that came about in the move to 2.0 to fix some other bugs.
Good news is that the files are all still there.
The easiest solution is to move the card to a PC and then start condensing the files into more folders.Kind of a pain at first but it forced me to be more organized.
-
@phaedrux Most of the files ARE in folders - can't see any folders though.
-
This is weird. I had been trying different cards to test a reconnect on file upload issue that I was having. Anyway, I tried a different card and now have all my gcode files back. BUT what's really weird is that these are identical cards (Sandisk Extreme 32GB) and both have exactly the same files and folder structure. My PC reads both of them fine and shows all the files and folders as they should be. But Duet doesn't see the same files on one of the cards. What the ????
-
@deckingman said in Duet Web Control wishlist notes and priorities:
This is weird. I had been trying different cards to test a reconnect on file upload issue that I was having. Anyway, I tried a different card and now have all my gcode files back. BUT what's really weird is that these are identical cards (Sandisk Extreme 32GB) and both have exactly the same files and folder structure. My PC reads both of them fine and shows all the files and folders as they should be. But Duet doesn't see the same files on one of the cards. What the ????
The Duet is seeing the first N files and folders in /gcodes in both cases (actually N varies with the lengths of the filenames). However, the order in which the files and folders are stored in the /gcodes directory is not necessarily the same for both cards.