Duet Web Control 2.0.0-RC3 is ready
-
@chrishamm Happy New Year WOW, that was fast. THX
-
@torro said in Duet Web Control 2.0.0-RC3 is ready:
Hi,
Just updated to the new DWC.
Webcam URL was missing, so i added that.Now, there is a problem with the update interval. DWC doesn´t store a changed value. i change it to 1000ms and swap to the webcam. the image is updated every 5 seconds. so i jump back to "user interface" and the update interval is set to 5000ms.
any idea?
Thanks!!
Problem solved after instaling RC3!
-
@chrishamm : Sorry, I took a break from the Internet over the last week of the year, so I didn't get your response until now. Happy new Year.
I can respond that I was/am using the 1.21 wifi server, and did upgrade to the 2.02 firmware. I did not check for errors, but I did check Chrome for Windows, Chrome for Android, Internet Exploder, FireFox and MS Edge browsers, with the same result for all. I then restored the SD card image for my Duet that I made right before the upgrade (A basic precaution whenever making upgrades like this) to go back to the old DWC. I'll re-load the new RC3 and try again.
-
Just installed RC3 and yes it is a lot more responsive (performance not layout) now. Menu opens faster, switching to another entry in the menu is a lot faster. I like that a lot!
One thing I realized in RC2 still present in RC3: on the GCode Jobs page I have to scroll to the bottom of the page to get to the horizontal scrollbar. On my 1280x1024 screen I need the scrollbar to get to the columns with simulation time and generated by. Would be nicer to have this scrollbar always at the bottom of the visible screen. Not a big one but just wanted to mention it.
Also minor cosmetic thing: on the newly extended versions widget the version for Duet Wifi Server is cut off
(info)About Duet Web Control 2.0.0-RC3 Electronics: Duet WiFi 1.02 or later Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.02(RTOS) (2018-12-24b1) Duet WiFi Server Version: 1.22beta1(30b14 Web Interface developed by Christian Hammacher for Duet3D Licensed under the terms of the GNU General Public License v3 Stay tuned for updates!
EDIT: I can now also confirm that it is working with my remote-reverse-proxy-non-standard-port-setup.
-
Oooooh, fancy.
How would one configure a web cam?
-
mm/min ?
-
Spello
-
@Wyvern I have a RaspberryPi Zero W configured with the RPi Cam software. A simple search for it, should reveal the website and Github - installation is simply cloning the Github repository, and running the install (the website have the command to run). I prefer the nginx option compared to apache, but it is up to you which one. I have a guide on here how to set up a reverse proxy on the same RaspberyPi.
I will test the new version as soon as I have an opening.
-
@chrishamm, is there a demo site of this posted somewhere? I'm really curious, but I don't want to update my duet wifi (or anything related) until I resolve another issue.
Thanks
Gary -
@burtoogle Thanks, will correct both.
@garyd9 At the moment you can only connect to remote machines in DWC2 if you run it on your own computer. This means you need to install NodeJS and clone the web interface repository first (the 'next' branch). After that you can run 'npm install' followed by 'npm run serve' in the cloned directory to start a local web server that lets you connect to your Duet board without having to install it first - in fact that is how I test stuff during development.
Support for multiple machines can be easily added in the future but I've got several other things on my TODO list which I need to take care of first.
-
@chrishamm it is a small thing but could you also add a setting where you can change the time Format?
From AM/PM to 1-24 h Format? (on the Temperature Chart) -
@as-3d-druck Hmm, according to the chart.js/moment.js documentation, RC3 should be using the local time format (i.e. 24-hour format with a German locale) but it still seems to be wrong. I'll have a look at it again.
-
@chrishamm : Happy NY!
RC3 is working now on my Duets, thanks for the hard work -
@jacotheron cool, I never used a a pi. First time for everything.
-
is there a way to swap out the layer chart for the web cam feed?
-
Doesn't give me warm up time, using RC3. I do get the warm up time if I open up old web interface.
-
@bmonnin you have more than me lol. I don't get Warm-up time, last layer time, info in the layer chart or temperature chart. a refresh will get most back with the exception of the warm-up time.
-
@burtoogle said in Duet Web Control 2.0.0-RC3 is ready:
Spello
I don't believe that setting sticks in 2.0 either.
-
Could one assume that 2.0 will eventually allow you to drag and rearrange each element on the page? Or hide (delete) them? And pick from a palette to add them. It's pretty standard practice these days in web design. OpenLM is good example of this concept. Mainly just wondering if it's a design goal.
-
@chrishamm I am really liking the updated DWC! This may be a dumb question but since you are starting a new DWC as a foundation for the future, would drag and drop/re-sizable windows ever be possible? This way anyone can set it up the way they like? Thanks for all your hard work!