• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Duet Web Control 2.0.0-RC3 is ready

Scheduled Pinned Locked Moved
Duet Web Control
50
147
27.3k
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.
  • undefined
    wilriker @kraegar
    last edited by wilriker 28 Dec 2018, 19:02

    @kraegar Select them via the checkbox and then drag-n-drop. To get them a folder up use the bread-crumbs above the file list.

    P.S.: Just tested: you don't even have to select them via the checkboxes. Single files can just be drag-n-dropped directly. Use the "link" (that usually opens the wanna-print-this-dialog) as a click-location.

    Manuel
    Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
    with probably always latest firmware/DWC (incl. betas or self-compiled)
    My Tool Collection

    undefined 1 Reply Last reply 28 Dec 2018, 19:10 Reply Quote 0
    • undefined
      kraegar @wilriker
      last edited by 28 Dec 2018, 19:10

      @wilriker Hmm. What browser? Isn't working for me in either. I'm on chrome. Could be user error I guess

      Co-Creator of the RailcoreII CoreXY printer
      https://www.thingiverse.com/thing:2407174

      undefined 1 Reply Last reply 28 Dec 2018, 19:14 Reply Quote 0
      • undefined
        wilriker @kraegar
        last edited by 28 Dec 2018, 19:14

        @kraegar I use Vivaldi but that is basically a Chrome with a modified UI.

        Are we both talking about DWC1? Because that's where it works. I just tried and it seems to not be implemented in DWC2 so far.

        Manuel
        Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
        with probably always latest firmware/DWC (incl. betas or self-compiled)
        My Tool Collection

        1 Reply Last reply Reply Quote 0
        • undefined
          kraegar
          last edited by 28 Dec 2018, 19:19

          Yep. Maybe it's being interefered with by a plugin or something on my side. Going to stop spamming this thread with it.

          Co-Creator of the RailcoreII CoreXY printer
          https://www.thingiverse.com/thing:2407174

          1 Reply Last reply Reply Quote 0
          • undefined
            kraegar
            last edited by 28 Dec 2018, 19:26

            Ok, yep, it works in DWC1, not 2

            Co-Creator of the RailcoreII CoreXY printer
            https://www.thingiverse.com/thing:2407174

            1 Reply Last reply Reply Quote 0
            • undefined
              dc42 administrators @sigxcpu
              last edited by 28 Dec 2018, 19:53

              @sigxcpu said in Duet Web Control 2.0.0-RC2 is ready:

              Then something is broken in backlog implementation because the Nth+1 connection gets TCP RST instead of waiting. Here is how to find out N:

              I've found a couple of reasons for these issues:

              1. DuetWiFiServer is coded to reject TCP connections if there are no listeners available for them. There are 4 HTTP responders, so an attempt to open a 5th concurrent HTTP connection is refused. I think this is the right thing to do. With luck, the browser will respect it.

              2. The main problem I have identified is that DuetWiFiServer is running out of buffer space when returning multiple files concurrently. This results in the connection being aborted. I plan to change the code to buffer outgoing messages in our own code instead of in lwip, so that I can be sure that sufficient memory is available before accepting a message from the Duet.

              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

              undefined 1 Reply Last reply 28 Dec 2018, 20:16 Reply Quote 0
              • undefined
                sigxcpu @dc42
                last edited by 28 Dec 2018, 20:16

                @dc42 said in Duet Web Control 2.0.0-RC2 is ready:

                @sigxcpu said in Duet Web Control 2.0.0-RC2 is ready:

                Then something is broken in backlog implementation because the Nth+1 connection gets TCP RST instead of waiting. Here is how to find out N:

                I've found a couple of reasons for these issues:

                1. DuetWiFiServer is coded to reject TCP connections if there are no listeners available for them. There are 4 HTTP responders, so an attempt to open a 5th concurrent HTTP connection is refused. I think this is the right thing to do. With luck, the browser will respect it.

                2. The main problem I have identified is that DuetWiFiServer is running out of buffer space when returning multiple files concurrently. This results in the connection being aborted. I plan to change the code to buffer outgoing messages in our own code instead of in lwip, so that I can be sure that sufficient memory is available before accepting a message from the Duet.

                Maybe I don't get this right, but 4 HTTP responders and backlog = 8 means that we can have up to 12 simultaneous connections, 4 accepted, 8 pending. The reset/connection refused should happen on the 13th concurrent attempt.
                Based on your description (thanks, btw) and my network knowledge, I am pretty sure that the actual backlog is 0 if the 5th connection is refused.

                1 Reply Last reply Reply Quote 0
                • undefined
                  percar
                  last edited by 28 Dec 2018, 20:56

                  I have now been using the DWC 2.0.0 R2 for a few days now. I love the format. I also understand that this is a new undertaking and bugs are expected. Please continue in this direction because I feel that the new DWC format will be awesome once the bugs are gone. I ran into very few issues with one being the download time for the Gcodes to be printed. Also there have been a few disconnects which I have not really investigated the reason behind the disconnects. I am sure as time progresses this will all be sorted out. Again Thanks

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    gtj0
                    last edited by 29 Dec 2018, 01:57

                    I have to say... I'm not a fan. Sorry.

                    Non sales/marketing users interfaces need to be designed for people who are going to be sitting in front of it and using it for 8 hours a day. Here are some things I'd like to see...

                    Get rid of the spacing in the left menu, then you don't need the major items to collapse. Keep it compact so everything you need is in the smallest space that's still usable.

                    The temperature plots are nice but I'd rather see a grid of my macros in that spot. Maybe you could keep the plots if the spacing in the other widgets were reduced.

                    When you scroll, the menu and top widgets should be pinned. For instance, when you're looking at the macros or system files, the only thing that should scroll is the list of files themselves. Even the list column headers and upload buttons should be fixed.

                    For devices with 3 movement axes and 1 or more extruders, the movement buttons should be laid out in a cross pattern. Vertical row for Y, horizontal row for X, then to the side, a vertical row for Z and each extruder.

                    These may be in the works but...
                    The height map display doesn't show the statistical analysis so if you look at it later you don't know the magnitude of the colors.

                    There's no display of system information.

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      3dmntbighker
                      last edited by 29 Dec 2018, 03:38

                      How do I change the default fan from "Tool Fan" to "Fan 0"? I can't even hide Tool Fan, but I have to keep manually showing Fan 0, which is the tool fan.

                      Scratch built CoreXY with Maestro
                      Heavily modified Ender 3 with Maestro
                      MPCNC work in progress with Duet WiFi

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        kazolar
                        last edited by 29 Dec 2018, 06:55

                        Maybe this was answered, but where is the diagnostics page in the new UI. I can't find drives/current/end stop status screen.

                        undefined 1 Reply Last reply 29 Dec 2018, 07:46 Reply Quote 0
                        • undefined
                          wilriker @kazolar
                          last edited by 29 Dec 2018, 07:46

                          @kazolar I don't think this is there, yet.

                          Manuel
                          Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                          with probably always latest firmware/DWC (incl. betas or self-compiled)
                          My Tool Collection

                          undefined 1 Reply Last reply 29 Dec 2018, 09:49 Reply Quote 0
                          • undefined
                            r123
                            last edited by r123 29 Dec 2018, 09:47

                            Have not yet installed this. But would love to see a screenshot from someone who has so as to understand better what everyone's talking about! 😉

                            1 Reply Last reply Reply Quote 0
                            • undefined
                              kazolar @wilriker
                              last edited by 29 Dec 2018, 09:49

                              @wilriker ended up reverting the firmware to the previous RC build -- which removed the DWC upgrade, oh well...seems a bit raw as of now.

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                patakopecek
                                last edited by 29 Dec 2018, 10:01

                                idk why but when I try to load code files my browser hangs, it just freezes

                                1 Reply Last reply Reply Quote 0
                                • undefined
                                  patakopecek
                                  last edited by 29 Dec 2018, 10:06

                                  And I am unable to upload .bin files, which are essential for fw updating, until @dc42 starts packing his .zip with DWC2, and for some reason when I just removed the dwc1 files from the zip it would not let me update, it said that this package is not compatible with my electronics, I know it is because when I moved it to the sd card manually it worked like a charm

                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    patakopecek
                                    last edited by 29 Dec 2018, 10:31

                                    And I really miss a general purpose upload button for FW, DWC, Gcode etc.

                                    1 Reply Last reply Reply Quote 0
                                    • undefined
                                      Jacotheron
                                      last edited by 29 Dec 2018, 11:59

                                      I have uploaded a few screenshots to my DropBox at https://www.dropbox.com/sh/s9jyzl8a9nmqbow/AAB5x4WU3fbKofEBBhQ3tatNa?dl=0

                                      The naming is simple: if it starts with a 0, it is the light theme, and those that start with the 1 is the dark theme. I did not screenshot everything, it is easy enough to work from the light to imagine what the dark looks like.

                                      Screenshots were taken in Firefox, on a full HD display.

                                      Notes: 1) While I don't have the height map, enabled, I did screenshot it to show what details it can show. 2) "WanhaoD5S" is the name I gave the printer. 3) My printer is Cartesian, with a single extruder and heatbed. 4) While I have a webcam on it, I did not screenshot it, as it provides no real added value (it simply displays the images, or iframe in a big block). 5) I did not screenshot my config file in the file editor, since it may contain passwords and other info I would rather not have visible on the Internet. 6) Yes, I have a bunch of Macros. 7) MCU temperature, I like to be able to see it in the graph [during our recent heatwave it hovered around 50C].

                                      For me this DWC simply works - there is small issues I found (mentioned above), but none that are a reason to revert to the previous version (at this time).

                                      While I am here, I want to add a few things to the issues I have found:

                                      • Colors used in the Dark theme, quite a lot of the colors melts into the background. It seems that the Blue used is the same as in the light theme, maybe change it slightly.
                                      • The Extrusion Control in the Dashboard, those buttons (specifically the Feed Amount and Feedrate) looks "disabled" even though they are active and working

                                      As to my opinion on the direction DWC is headed:

                                      • Change is needed from the version 1, using more modern and newer technologies. On this DWC2 is making good progress, but other sections needs to also be updated to prevent issues that many here have posted (not being able to connect, blank screens etc).
                                      • The Interface needs a big overhaul from version 1. While these visual changes are quite a lot, I think it may be too far from what we had for a single step. The animations should be a lot quicker, Yesterday when I did my M600 tests, the buttons in the Retract/Extrude section took too long before becoming "available" to click between clicks (I had 1m of bowden tube to retract/extrude) that I simply went to the PanelDue instead. The new interface works well on big screens with the current padding/white space used, but on smaller screens I keep scrolling to find the things I need (perhaps look at more Media Queries).
                                      • Browser caching needs to be used and optimized to use even less resources on the Duet.

                                      Ultimately I think this is rather a Beta version, due to the amount of work still required.

                                      That said, thank you for sharing it, it helps to gauge the community to help steer the development in the right direction.

                                      Alas, it seems that my phone also had trouble connecting now - getting the white screen. Though a printer restart and it connects again (not always practical).

                                      1 Reply Last reply Reply Quote 0
                                      • undefined
                                        r123
                                        last edited by 29 Dec 2018, 12:37

                                        Thanks a LOT for sharing screenshots.

                                        Great to see time information on the X axis of the temperature graphs.

                                        Often wondered if it would be interesting to add the parts FAN to that graph as well (0-100%) so that you can see what it's doing - and what it has been doing - at a glance?

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          3dmntbighker @Edgars Batna
                                          last edited by 30 Dec 2018, 05:38

                                          @edgars-batna said in Duet Web Control 2.0.0-RC2 is ready:

                                          I get CORS request failed seemingly sporadically. The error does not go away until I reload the page.

                                          Same here.

                                          Scratch built CoreXY with Maestro
                                          Heavily modified Ender 3 with Maestro
                                          MPCNC work in progress with Duet WiFi

                                          1 Reply Last reply Reply Quote 0
                                          72 out of 147
                                          • First post
                                            72/147
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA