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

    Duet Web Control 2.0.0-RC6

    Scheduled Pinned Locked Moved
    Duet Web Control
    35
    64
    11.2k
    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.
    • Coltenundefined
      Colten
      last edited by

      I updated from DWC1 to the latest DWC and found I did not like it. So I switched back to DWC1 (thanks for that). I would like to switch back and forth between the two and could find no way of doing this other than re-uploading the latest RC. When I did this though, I was still within DWC1 and of course there is no switch to DWC-RC button.

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        The DWC2 files do not overwrite the DWC1 files. If you have both installed and you are using firmware 2.02 or later, then by default you will get DWC2. Here are two ways of getting DWC1:

        1. Load DWC2, then find the link in DWC2 that gives you DWC1. Exactly where that link is depends on which version of DWC2 you are running.

        2. When you type the IP address of the Duet into your browser, append "/reprap.htm" to it (without the quotes).

        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

        1 Reply Last reply Reply Quote 0
        • devleonundefined
          devleon
          last edited by devleon

          Just tried the DWC2 again, not bad. However I think the blue (#1976d2) is quite hard to read against the gray background in the dark mode. I think a lighter blue like #0091ea is much more readable. Also, I found two bugs. I built the latest Duet Web Control 2.0.0-RC6+3 from github.

          1. If i click on Extra, any clicks on Tools will simply not do anything. I have no possibility to go back to Tools, other than to reload the page.
          2. For some reason, in the Tool page, all the Current temperatures just read as n/a. The graph next to it shows all temperatures fine though.

          For 2), the console shows this:

          app.806a5f0e.js:19 TypeError: Cannot read property 'current' of undefined
              at app.806a5f0e.js:32
              at s.Ve [as _l] (app.806a5f0e.js:19)
              at sp (app.806a5f0e.js:32)
              at s.t._render (app.806a5f0e.js:19)
              at s.i (app.806a5f0e.js:19)
              at ni.get (app.806a5f0e.js:19)
              at ni.run (app.806a5f0e.js:19)
              at Jn (app.806a5f0e.js:19)
              at Array.<anonymous> (app.806a5f0e.js:19)
              at ce (app.806a5f0e.js:19)
          
          1 Reply Last reply Reply Quote 1
          • Alpenprinterundefined
            Alpenprinter
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • dmpmassiveundefined
              dmpmassive
              last edited by

              @chrishamm Any chance you could duplicate the Compensation & Calibration button/menu onto the Height Map tab? I find myself flipping back and forth between the two. Just a thought.

              1 Reply Last reply Reply Quote 0
              • Vladundefined
                Vlad
                last edited by

                Hi guys, just updated really quickly to 2.0 by uploading zip via WiFi. Now my printer is absolutely down as it loads an empty page. Does anyone know how to fix this issue? Here is the HTML from what loads:

                <!DOCTYPE html>
                <html lang="en">
                <head>
                <meta charset="utf-8">
                <meta http-equiv="X-UA-Compatible" content="IE=edge">
                <meta name="viewport" content="width=device-width,initial-scale=1.0">
                <link rel="icon" href="<%= BASE_URL %>favicon.ico">
                <title>Odin</title>
                </head>
                <body>
                <noscript>
                <strong>We're sorry but Duet Web Control does not work properly without JavaScript enabled. Please enable it to continue.</strong>
                </noscript>
                <div id="app"></div>
                <!-- built files will be auto injected -->
                </body>
                </html>

                It basically loads index.html from SD card, but nothing else.

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @Vlad
                  last edited by

                  @vlad You can try taking the SD card out and putting it in a PC, deleting the contents of the WWW folder and unzipping the either the 1.22.6 or 2.0-RC6 versions into the WWW folder.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  Vladundefined 1 Reply Last reply Reply Quote 0
                  • Vladundefined
                    Vlad @Phaedrux
                    last edited by Vlad

                    @phaedrux nope, not helping. Looks like duet can't see that now index is in "public" subfolder. Why couldn't this be taken care of by DUET team instead of me now having to do their job again and having machine that is down. I basically installed the new zip in a usual way, and now printer is down. Why everything has to always be so half-assed... 😐 I can open the public.html file from browser, the problem is that it is absolutely deal and non functioning.... 😞

                    Phaedruxundefined thweundefined 2 Replies Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator @Vlad
                      last edited by

                      @vlad Did you even try what I suggested?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      Vladundefined 1 Reply Last reply Reply Quote 0
                      • thweundefined
                        thwe @Vlad
                        last edited by

                        @vlad said in Duet Web Control 2.0.0-RC6:

                        … Looks like duet can't see that now index is in "public" subfolder ...

                        … I can open the public.html file ...

                        1. there is no "public" folder
                        2. there is no "public.html"

                        This is how the structure looks on the (my) sd card:

                        0_1555223532501_folder-struc.jpg

                        … and the subfolder "www"
                        1_1555223532501_folder-www-struc.jpg

                        After what I've read from you everything, I can imagine where the problem sits: it sits in front of your screen. So first restore the original structure and test it again

                        ... Why couldn't this be taken care of by DUET team instead of me now having to do their job again ... Why everything has to always be so half-assed…

                        I think you do not only need help with dealing with the duet, also in the topic of courtesy and politeness there is pent-up demand

                        Thomas

                        Vladundefined 1 Reply Last reply Reply Quote 0
                        • Vladundefined
                          Vlad @Phaedrux
                          last edited by

                          @phaedrux of course I did. Why would I say that it didn't work?

                          1 Reply Last reply Reply Quote 0
                          • Vladundefined
                            Vlad @thwe
                            last edited by

                            @thwe yeah, this is how my V1.12 looked like, before I loaded that file. Zip file has public folder etc. Again duet3D leave us to wonder what to do. Zero clear manuals for years...

                            1 Reply Last reply Reply Quote 0
                            • frank26080115undefined
                              frank26080115
                              last edited by

                              99% sure Vlad uploaded the source code zip file instead of the release zip file

                              whosrdaddyundefined 1 Reply Last reply Reply Quote 1
                              • dc42undefined
                                dc42 administrators
                                last edited by dc42

                                For anyone else new to DWC2 who is having issues with it, here is some guidance.

                                1. DWC2 and DWC1 can coexist on the same SD card, because they use different files. The main page for DWC1 is reprap.htm. For DWC2 it is index.html. When you enter the Duet's IP address in the brower, firmware 2.02 and later will return index.html if it is present, otherwise reprap.html. So you can force DWC1 to load by appending /reprap.htm to the IP address in your browser tab, or by deleting or renaming index.html so that it is not found.

                                2. DWC2 puts more stress on the network system when loading than DWC1 did, and this exposed a bug in DuetWiFiServer 1.21. So if using a Duet WiFi, you should upgrade DuetWiFiServer to version 1.23.

                                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

                                1 Reply Last reply Reply Quote 0
                                • whosrdaddyundefined
                                  whosrdaddy @frank26080115
                                  last edited by

                                  @frank26080115 : yep he did, and being a halfass towards others isn't going to help him...

                                  1 Reply Last reply Reply Quote 0
                                  • robmundefined
                                    robm
                                    last edited by

                                    Sorry I am a bit late to the party but here are some comments/issues:

                                    • The active temperature drop-down menu was truncating the values until I did a 'command -' to zoom out one step. This is fine but there was still lots of space around the elements, and more if I dragged the window wider.
                                    • I don't have an ATX power supply configured, can I make that control go away?

                                    This is on a 2012 MacBook Pro retina, running Firefox.

                                    Otherwise looks very nice. I thought the ability to edit the drop-down list of g-codes on the top bar had gone away, but I worked it out and prefer this newer implementation.
                                    Very happy to see the continued development.
                                    Rob.

                                    1 Reply Last reply Reply Quote 0
                                    • wilrikerundefined
                                      wilriker
                                      last edited by

                                      @chrishamm I found another issue. I have a macro that works a bit like G32 with no probe, i.e. it goes to several points and then presents the jog dials for Z.

                                      In previous versions it was only possible to press reach jog button once but that has been fixed.

                                      Now I have a new issue where the dialog is only shown at the first point. If I click on OK there the head moves to the next point but no dialog is shown. Switching to DWC1 immediately presents the dialog and all following. I did not try to reload DWC2 to see what happens, though.

                                      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

                                      chrishammundefined 1 Reply Last reply Reply Quote 0
                                      • chrishammundefined
                                        chrishamm administrators @wilriker
                                        last edited by

                                        @wilriker said in Duet Web Control 2.0.0-RC6:

                                        @chrishamm I found another issue. I have a macro that works a bit like G32 with no probe, i.e. it goes to several points and then presents the jog dials for Z.

                                        In previous versions it was only possible to press reach jog button once but that has been fixed.

                                        Now I have a new issue where the dialog is only shown at the first point. If I click on OK there the head moves to the next point but no dialog is shown. Switching to DWC1 immediately presents the dialog and all following. I did not try to reload DWC2 to see what happens, though.

                                        That bug was related to the message boxes in general and it has been fixed in RC7.

                                        Duet software engineer

                                        Catalin_ROundefined 1 Reply Last reply Reply Quote 1
                                        • Catalin_ROundefined
                                          Catalin_RO @chrishamm
                                          last edited by

                                          @chrishamm When will there be a RC7 package available for download? So far I can only find up to RC6 ZIP files.

                                          1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User
                                            last edited by A Former User

                                            @chrishamm
                                            Hi,
                                            looks good as far as I can tell! (took me a while to copy it to the sd-card - 🙂 )

                                            1 feature-request for people with moving-plate instead of moving-head, to make the symbol of the baby steps "ambidextrous" for both parties: dc42 already included it in the latest build for the panel due (https://forum.duet3d.com/topic/10061/paneldue-firmware-1-23-now-available/8) - it are two arrows either opposing each other for closer together - or two arrows pointing away from each other for spreading apart...

                                            All the best! Nice work!
                                            -> THANKS FOR THE TIMESTAMPS on the diagramm(s)

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