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

    Duet Web Control wishlist notes and priorities

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    32
    116
    19.1k
    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.
    • Danalundefined
      Danal
      last edited by

      I would like to see the message (console) separated by connection, with a small history buffer, perhaps five to eight lines, per connection.

      I believe this would take some changes to RR firmware and DWC both.

      Delta / Kossel printer fanatic

      1 Reply Last reply Reply Quote 1
      • Christoph13524undefined
        Christoph13524
        last edited by

        It would be nice to name fans. I have LED strips and other cooling fans installed which is confusing when the names are FAN 1/2/3

        Printing with an UMO+
        Duet 2 WiFi 1.04

        1 Reply Last reply Reply Quote 2
        • chrishammundefined
          chrishamm administrators
          last edited by

          And as promised here the first update, this is the changelog:

          • Active tool is better highlighted
          • Time on G-Code Console is no longer wrapped
          • mplemented auto-completion feature on G-Code inputs
          • G-code inputs provide a new link item to the G-code wiki page
          • When G29 is invoked with the P-parameter, the corresponding heightmap file is displayed
          • Move steps for each axis and extruder amounts+feedrates can be changed via right-click\
          • When moving around on the Control page, S2 is added to the G1 code automatically. Can be turned off on the Settings page too
          • Bug fix: When the DWC settings could not be loaded from the Duet, defaults are only uploaded if the file could not be found
          • Bug fix: Sometimes failed AJAX requests could make DWC stop updating
          • Bug fix: Fixed a problem where the A axis could cause a JS error

          You can get the new beta here: https://github.com/chrishamm/DuetWebControl/blob/dev/DuetWebControl-1.21.2-b1.zip Please let me know if you find any problems.

          Duet software engineer

          zerspaner_gerdundefined wilrikerundefined Catalin_ROundefined 4 Replies Last reply Reply Quote 3
          • zerspaner_gerdundefined
            zerspaner_gerd @chrishamm
            last edited by

            Thank you @chrishamm,

            Did not know that there is also a thread about DWC!

            Everything is fine

            @chrishamm said in Duet Web Control wishlist notes and priorities:

            • G-code inputs provide a new link item to the G-code wiki page

            The selection menu I liked but better, as the question mark where the G-code wiki page linked.

            1_1529752059749_auswahl menรผ 1.21.2-b1.JPG1.21.2-b1

            0_1529752059748_auswahl menรผ 1.21.1.JPG1.21.1

            This page I have already created a bookmark in my browser.

            Board: Duet WiFi 1.03 | Firmware Version: 3.1.1 | WiFi Server Version: 1.23 | Web Interface Version: 3.1.1

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

              @chrishamm said in Duet Web Control wishlist notes and priorities:

              First of all, thank you for the great update!

              • G-code inputs provide a new link item to the G-code wiki page

              I like the idea but I would find it even better if this link vould jump to the anchor of an already entered GCODE command. I know this is quite complicated with dozuki's way of creating the anchors but I wanted to state it anyway.

              • Move steps for each axis and extruder amounts+feedrates can be changed via right-click\

              I really like this one! ๐Ÿ‘

              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
              • wilrikerundefined
                wilriker
                last edited by wilriker

                Firmware Name:	RepRapFirmware for Duet 2 WiFi/Ethernet
                Firmware Electronics:	Duet WiFi 1.02 or later
                Firmware Version:	2.01beta1(RTOS) (2018-06-23b1)
                WiFi Server Version:	1.21
                Web Interface Version:	1.21.2-b1
                

                @chrishamm Just got the following error while trying to enter a new temperature at
                Settings -> List Items -> Add new Temperature:

                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.21.2-b1
                Message: Uncaught TypeError: Cannot read property 'trim' of undefined
                URL: http://duet.localhost:8080/js/dwc.js
                Line: 7665:69
                Error object: {}
                

                Also found a typo in title text of
                Settings -> User Interface -> Machine Control -> Allow moves if axes are not homed
                where there is an "o" missing in "not" near the end of the text

                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
                • wilrikerundefined
                  wilriker @chrishamm
                  last edited by wilriker

                  @chrishamm said in Duet Web Control wishlist notes and priorities:

                  • Move steps for each axis and extruder amounts+feedrates can be changed via right-click\

                  As mentioned before I really like this feature. I just tried it with a M291 pop-up (as it would be used for e.g. manual mesh bed leveling) and it also works there but only partially. It will create the dialog to enter the new value but it will be hidden behind the M291 dialog which is modal and over everything else.

                  EDIT: Now I just tried to change the value after clicking OK on the M291 dialog (which leaves the change-value-dialog open and it gets accessible that way) but when I click on OK then I get

                  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.21.2-b1
                  Message: Uncaught TypeError: Cannot set property '0' of undefined
                  URL: http://duet.localhost:8080/js/dwc.js
                  Line: 6419:64
                  Error object: {}
                  

                  This might be due to the fact that the control that should be adjusted is already closed at that point.

                  Sadly this is the very point where I would need this functionality. ๐Ÿ˜ž

                  EDIT 2: Played a little more with it. I made the change dialog accessible (by juggling around in the order of the source code and setting top: 250px for this dialog in Chrome Dev Tools) and it still will fail due to the fact that stepChangeAxisIndex is -1 in this case.

                  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

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

                    @chrishamm said in Duet Web Control wishlist notes and priorities:

                    Move steps for each axis and extruder amounts+feedrates can be changed via right-click\

                    Could we also have more move steps buttons in a future version?

                    1 Reply Last reply Reply Quote 1
                    • Ethelredundefined
                      Ethelred
                      last edited by

                      +1 for more move steps buttons.

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

                        TBH I never intended to make the move buttons configurable on the M291 dialog so this was in fact a bug which has been resolved in my current beta 2. This version is now available here: https://github.com/chrishamm/DuetWebControl/blob/dev/DuetWebControl-1.21.2-b2.zip Here the changelog once more:

                        • Custom themes can be used by uploading own .theme.css files
                        • Compensation type is shown in the Auto Calibration dropdown menu
                        • Fan and heater names can be assigned (see M305 S and M106 C parameters)
                        • Use "axes" value instead of "xyz" length to get number of configured axes
                        • DWC reloads itself/its settings when it/its settings are updated
                        • Implemented possibility to download the G-code log as a CSV or TXT file
                        • Webcam image can be flipped and rotated on demand
                        • Improved settings behavior when running on localhost
                        • Minor other changes
                        • Bug fix: Tool Fan was always updated even if the user tried to change its value
                        • Bug fix: Sometimes codes could be accidentally sent twice when the auto-completion was open
                        • Bug fix: Successful G-codes were added to the list of auto-complete items even if they had been sent from a button
                        • Bug fix: G1 S2 moves were incorrectly generated for jog movements on Delta and SCARA configurations
                        • Bug fix: Movement steps could be changed on modal dialogs

                        Be aware that you will need another firmware build in order to be able to rename your non-virtual heaters and fans. You can get my latest firmware build here: https://www.dropbox.com/s/kbjp5pp3wowwhot/Duet2CombinedFirmware.bin?dl=0 The corresponding sources can be found on the v2-chrishamm branch of dc42's firmware repository.

                        Please let me know if you encounter any problems or if everything is working well!

                        Duet software engineer

                        wilrikerundefined Phaedruxundefined 3 Replies Last reply Reply Quote 1
                        • JoergS5undefined
                          JoergS5 @wilriker
                          last edited by JoergS5

                          @wilriker said in Duet Web Control wishlist notes and priorities:

                          stepChangeAxisIndex

                          You could try analyzing the JavaScript code. Your variable which is set to -1 is in modals.js lines 53 to 86. This is code which is newly added between b1 and b2.

                          If stepChangeAxisIndex is -1, so the array settings.axisMoveStep[][] is invalid. The method who calls showStepDialog sends a wrong third parameter (axisIndex).

                          I would change
                          if (stepChangeType == "axis") {
                          settings.axisMoveSteps[stepChangeAxisIndex][stepChangeIndex] = $("#input_step_amount").val();
                          in line 72-73

                          into
                          if (stepChangeType == "axis") {
                          if(stepChangeAxisIndex >= 0) {
                          settings.axisMoveSteps[stepChangeAxisIndex][stepChangeIndex] = $("#input_step_amount").val();
                          }

                          as a quick fix. But the method should not be called if the axisIndex is not defined.

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

                            @chrishamm said in Duet Web Control wishlist notes and priorities:

                            TBH I never intended to make the move buttons configurable on the M291 dialog so this was in fact a bug which has been resolved in my current beta 2.

                            In this case I see this new feature rather as a regression.
                            For me 0.1mm as lowest value was always too large when doing manual mesh bed leveling (this might be personal preference over real need but yeah, that's me ๐Ÿ˜‰ ).
                            So I could at least use the option in UI settings to half the values of all Z-movement buttons everywhere.

                            Now I am stuck with the previous defaults at the place where I would need modifying primarily but I am able to modify all other buttons - where I was happy with the default. ๐Ÿ˜ž

                            I know I can just modify reprap.htm.gz (and in fact that is what I did with the current DWC beta) but since these values are modifiable everywhere else I would find it more consistent to also be able to modify them on M291 dialogs - or at least get this "half Z-movements" option back.

                            Ah! I see that the values for the M291 dialog are now bound to the same values that are used in Machine Control. That's something I can live with very well! Thank you. ๐Ÿ™‚

                            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
                            • Phaedruxundefined
                              Phaedrux Moderator @chrishamm
                              last edited by Phaedrux

                              @chrishamm Small issue.

                              I updated to DWC 1.21.2 b1 and noticed that all of the list items for Gcodes and temperatures had been reset.

                              I updated to DWC 1.21.2 b2 and your customized version of RTOS 2.0b1 and now the list items for custom gcodes have been replaced by numbers and there doesn't appear to be any way to add new ones.

                              0_1530335171994_Screenshot 2018-06-29 23.00.56.png

                              Z-Bot CoreXY Build | Thingiverse Profile

                              1 Reply Last reply Reply Quote 1
                              • Ethelredundefined
                                Ethelred
                                last edited by

                                Unable to add new bed or extruder temperatures via the List Item page. DWC disconnects. Worked in older version.
                                0_1530471271451_temp.png

                                1 Reply Last reply Reply Quote 0
                                • zerspaner_gerdundefined
                                  zerspaner_gerd
                                  last edited by zerspaner_gerd

                                  This is also a nice new feature:โ˜บ
                                  0_1530482614365_Speed.jpg


                                  For some time now, I have always had a double FAN ("Tool Fan") slider
                                  0_1530483121765_Tool FAN.jpg
                                  Slider 1 and 2 is for the same fan.

                                  Board: Duet WiFi 1.03 | Firmware Version: 3.1.1 | WiFi Server Version: 1.23 | Web Interface Version: 3.1.1

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

                                    I found a minor issue in the latest beta (possibly older versions, too):
                                    The text of the title attribute for
                                    Machine Status -> Sensors -> Vin lists minimum and maximum voltage but appends ยฐC instead of V as a unit.

                                    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

                                    T3P3Tonyundefined 1 Reply Last reply Reply Quote 1
                                    • T3P3Tonyundefined
                                      T3P3Tony administrators @wilriker
                                      last edited by T3P3Tony

                                      @wilriker thanks, I think you mean the "hover text"?

                                      0_1530700925979_96ebcfe7-d598-4911-91cc-489868a532cf-image.png

                                      just clarifying so @chrishamm can find it easier!

                                      www.duet3d.com

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

                                        @t3p3tony I actually referred to the HTML title attribute of the related <td> tag. ๐Ÿ˜‰ So we are both right. ๐Ÿ˜

                                        P.S.: Updated original post to be more clear. ๐Ÿ™‚

                                        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

                                        T3P3Tonyundefined 1 Reply Last reply Reply Quote 1
                                        • T3P3Tonyundefined
                                          T3P3Tony administrators @wilriker
                                          last edited by

                                          @wilriker ๐Ÿคฆ apologies

                                          www.duet3d.com

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

                                            @chrishamm I've been testing 1.21.2-b2 and your firmware build for a while and things seem to be working alright. One thing I have noticed is that the auto-complete in the G-code console seems to be rather aggressive. If you have several entries in the list and you try and manually enter a shorter version of the command you have to press escape to close the auto complete list before you can enter it.

                                            Example, if the list has M566 X1000 Y1000, M566 E999, M566 X10 Y10, and you want to just enter M566 without any parameters the auto complete will insist on highlighting one of the previous values with parameters until you press escape. Once it's been entered once without parameters it will go into the list and will be selected going forward, but the first time you try and enter it can be rather confusing and frustrating.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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