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

    Duet Web Control 1.17 RC

    Scheduled Pinned Locked Moved
    Firmware installation
    19
    47
    6.7k
    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.
    • Forgvn77undefined
      Forgvn77
      last edited by

      Deckingman, thanks for posting your fix. I ran into the same problem after I defined a couple filaments and then it started disconnecting all the time.

      Velleman K8200, Geeetech G2S Pro (x2), Geeetech Rostock 301 retrofitted with Duet
      Make A Difference!

      1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman
        last edited by

        @Forgvn77:

        Deckingman, thanks for posting your fix. I ran into the same problem after I defined a couple filaments and then it started disconnecting all the time.

        No worries. Do you know what defining filaments is actually supposed to do or be used for?

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          @deckingman:

          @Forgvn77:

          Deckingman, thanks for posting your fix. I ran into the same problem after I defined a couple filaments and then it started disconnecting all the time.

          No worries. Do you know what defining filaments is actually supposed to do or be used for?

          I tried it recently - too recently to know if it has issues.

          But it does a couple of nice things. It allows you to associate a filament with a tool and, if desired, specify filament load/unload G-code.

          On the web interface you can assign a filament to the tool and the name of the filament shows on the web page under the tool.

          If there is defined G-code for loading that filament it executes.

          And when the filament is unassigned from the tool if the is defined G-code for unloading that filament it executes.

          Frederick

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          1 Reply Last reply Reply Quote 0
          • deckingmanundefined
            deckingman
            last edited by

            Ah OK. That could be useful. How did you go about setting it up? I didn't get beyond pressing the "create new filament" button and giving it a name before it threw a wobbly.

            Ian
            https://somei3deas.wordpress.com/
            https://www.youtube.com/@deckingman

            1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt
              last edited by

              @deckingman:

              Ah OK. That could be useful. How did you go about setting it up? I didn't get beyond pressing the "create new filament" button and giving it a name before it threw a wobbly.

              "Wobbly" - that's awful - I think - what's a "wobbly"?

              I was getting ready to test a new install of a Diamond 3.

              I created a filament for each color I was going to use naming each according to actual filament color: RED, YELLOW, BLUE.

              Then I assigned each newly created filament to each tool.

              During testing it was nice to be sure I was selecting the correct tool since the color of the filament was displayed.

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                @whosrdaddy:

                Small question:
                I have uploaded 1.17 to the printer (upgrading from 1.17RC6) and now the printer asks to reload the page.
                I can't remember seeing this dialog when I upgraded from 1.16, is this also new?

                Yes, that's sort of new. It's more convenient to test changes when the web interface reloads automatically.

                @deckingman:

                Just updated to 1.17. Saw something labelled "Filaments". Didn't know what it did so I clicked on it and got a message to the effect that filament was empty or there were no filaments or some such. Saw a button labelled create new filament so I clicked on that and was asked to give it a name. Typed PLA in the box, hit return and got the following Java script 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 message:

                Message: Type Error: dateCreated is : undefined
                URL@ http://192.168.1/119/js/dwc.js
                Line: 2599:6
                Error object:{}

                Now it's completely bricked. I've cycled the power to the printer. Closed Firefox. Restarted everything but cannot connect to the printer. All I get is the JavaScript Error above.

                What now?

                Thanks for your report, I've just fixed this problem in v1.17+1 - see https://github.com/chrishamm/DuetWebControl/blob/master/DuetWebControl-1.17%2B1.zip.
                The web interface had a problem with filament directories that did not have a valid "last modified" attribute, but it should be fixed now.

                Using the new Filaments feature you can automate your filament load+unload process and set the required temperatures, fan values etc. in the load+unload macros. They can be edited by right-clicking on the items of the Filaments page.

                Duet software engineer

                1 Reply Last reply Reply Quote 0
                • Whitewolfundefined
                  Whitewolf
                  last edited by

                  @chrishamm:

                  @whosrdaddy:

                  Small question:
                  I have uploaded 1.17 to the printer (upgrading from 1.17RC6) and now the printer asks to reload the page.
                  I can't remember seeing this dialog when I upgraded from 1.16, is this also new?

                  Yes, that's sort of new. It's more convenient to test changes when the web interface reloads automatically.

                  @deckingman:

                  Just updated to 1.17. Saw something labelled "Filaments". Didn't know what it did so I clicked on it and got a message to the effect that filament was empty or there were no filaments or some such. Saw a button labelled create new filament so I clicked on that and was asked to give it a name. Typed PLA in the box, hit return and got the following Java script 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 message:

                  Message: Type Error: dateCreated is : undefined
                  URL@ http://192.168.1/119/js/dwc.js
                  Line: 2599:6
                  Error object:{}

                  Now it's completely bricked. I've cycled the power to the printer. Closed Firefox. Restarted everything but cannot connect to the printer. All I get is the JavaScript Error above.

                  What now?

                  Thanks for your report, I've just fixed this problem in v1.17+1 - see https://github.com/chrishamm/DuetWebControl/blob/master/DuetWebControl-1.17%2B1.zip.
                  The web interface had a problem with filament directories that did not have a valid "last modified" attribute, but it should be fixed now.

                  Using the new Filaments feature you can automate your filament load+unload process and set the required temperatures, fan values etc. in the load+unload macros. They can be edited by right-clicking on the items of the Filaments page.

                  Nice, cant wait to finish building my wifes new craft studio so i can get back to the printer and try it out.

                  Any chance the upload button got fixed to filter out stl files?

                  Exploring the universe wherever the tech blows

                  1 Reply Last reply Reply Quote 0
                  • deckingmanundefined
                    deckingman
                    last edited by

                    @chrishamm:

                    Thanks for your report, I've just fixed this problem in v1.17+1 - see https://github.com/chrishamm/DuetWebControl/blob/master/DuetWebControl-1.17%2B1.zip.
                    The web interface had a problem with filament directories that did not have a valid "last modified" attribute, but it should be fixed now.

                    Using the new Filaments feature you can automate your filament load+unload process and set the required temperatures, fan values etc. in the load+unload macros. They can be edited by right-clicking on the items of the Filaments page.

                    Hi Chris,

                    I'm pleased to report that it works fine now. I'd also like to say thank you for this feature which will be useful with my Diamond hot end.

                    This is probably too complicated but it would be kind of nice if I could assign multiple filaments to tools that use multiple extruders. e.g. if I had Tool defined which used two extruders, then it would be nice if I could show both the filaments (colours) that were assigned to it. As I understand it, I can only assign single filaments to single extruder tools. As I said, it would be nice to have but no bg deal if it's too complicated to do.

                    I have another little glitch to report to you I'm afraid. When I used the system editor to edit my config.g to create a virtual heater using M305 and give it a name, after saving config.g and rebooting Duet, DWC failed to connect and I got the following JavaScript Error…..........

                    Meesage: TypeError: lastStatusResponse.temps.extra "square bracket,i,square bracket" is undefined (had to type that long hand otherwise it looks like a single italic)
                    URL: http://192.168.1.119/js/dwc.js
                    Line: 1079:1
                    Error object:{}

                    This only happens once. That is to say, after receiving the message I hit "Connect" and everything is fine again and the virtual heater shows up in the "Extra" tab as expected.

                    Ian

                    Ian
                    https://somei3deas.wordpress.com/
                    https://www.youtube.com/@deckingman

                    1 Reply Last reply Reply Quote 0
                    • deckingmanundefined
                      deckingman
                      last edited by

                      @fcwilt:

                      ….............
                      "Wobbly" - that's awful - I think - what's a "wobbly"?
                      ............................

                      Frederick

                      Yes, sorry. You need to be a native English speaker to know what that means. It's usually applied to people. I don't know if you are married but if you are and you do something that really upsets your wife, she'd likely start shouting and waving her arms about - that's throwing a wobbly.

                      Ian
                      https://somei3deas.wordpress.com/
                      https://www.youtube.com/@deckingman

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

                        @deckingman:

                        @chrishamm:

                        Thanks for your report, I've just fixed this problem in v1.17+1 - see https://github.com/chrishamm/DuetWebControl/blob/master/DuetWebControl-1.17%2B1.zip.
                        The web interface had a problem with filament directories that did not have a valid "last modified" attribute, but it should be fixed now.

                        Using the new Filaments feature you can automate your filament load+unload process and set the required temperatures, fan values etc. in the load+unload macros. They can be edited by right-clicking on the items of the Filaments page.

                        Hi Chris,

                        I'm pleased to report that it works fine now. I'd also like to say thank you for this feature which will be useful with my Diamond hot end.

                        This is probably too complicated but it would be kind of nice if I could assign multiple filaments to tools that use multiple extruders. e.g. if I had Tool defined which used two extruders, then it would be nice if I could show both the filaments (colours) that were assigned to it. As I understand it, I can only assign single filaments to single extruder tools. As I said, it would be nice to have but no bg deal if it's too complicated to do.

                        I have another little glitch to report to you I'm afraid. When I used the system editor to edit my config.g to create a virtual heater using M305 and give it a name, after saving config.g and rebooting Duet, DWC failed to connect and I got the following JavaScript Error…..........

                        Meesage: TypeError: lastStatusResponse.temps.extra "square bracket,i,square bracket" is undefined (had to type that long hand otherwise it looks like a single italic)
                        URL: http://192.168.1.119/js/dwc.js
                        Line: 1079:1
                        Error object:{}

                        This only happens once. That is to say, after receiving the message I hit "Connect" and everything is fine again and the virtual heater shows up in the "Extra" tab as expected.

                        Ian

                        Thanks, I found the bug and will fix it in my next release.

                        At the moment filaments are mapped per extruder drive, so you will be able to use filament counters etc. (of course as soon as that is implemented in the firmware) with your diamond hotend as well. However for the load+unload macros it really makes sense to run them in the context of a single extruder drive, so you will have to define individual tools per extruder drive to load+unload different materials.

                        Duet software engineer

                        1 Reply Last reply Reply Quote 0
                        • deckingmanundefined
                          deckingman
                          last edited by

                          @chrishamm:

                          Thanks, I found the bug and will fix it in my next release.

                          At the moment filaments are mapped per extruder drive, so you will be able to use filament counters etc. (of course as soon as that is implemented in the firmware) with your diamond hotend as well. However for the load+unload macros it really makes sense to run them in the context of a single extruder drive, so you will have to define individual tools per extruder drive to load+unload different materials.

                          Yes, that all makes perfect sense. Thanks again for what you've done so far - my interface is looking so much neater now that I don't have to use dummy tools to display the temperatures of various thermistors that I have stuck in various places around the printer.

                          Ian
                          https://somei3deas.wordpress.com/
                          https://www.youtube.com/@deckingman

                          1 Reply Last reply Reply Quote 0
                          • DjDemonDundefined
                            DjDemonD
                            last edited by

                            Have we got an answer on whether the latest DWC can be installed via DWC or is it a case of remove memory card and install it manually?

                            Simon. Precision Piezo Z-Probe Technology
                            www.precisionpiezo.co.uk
                            PT1000 cartridge sensors NOW IN, just attach to your Duet board directly!

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

                              DJDemonD if you're referring to the Duet WiFi: Yes, see my earlier post:

                              @chrishamm:

                              @Guyaros:

                              What's the best method to update to the new DWC version ?

                              Older DWC versions may complain about DuetWebControl*.zip being incompatible with the Duet WiFi. Hence I suggest to rename the ZIP archive to DWC.zip and to upload it once more. That should work.

                              Otherwise just upload the entire ZIP file on the Settings page.

                              Duet software engineer

                              1 Reply Last reply Reply Quote 0
                              • DjDemonDundefined
                                DjDemonD
                                last edited by

                                Thanks. Renamed to DWC.zip and it uploaded straightaway, hit refresh and its all good.

                                Simon. Precision Piezo Z-Probe Technology
                                www.precisionpiezo.co.uk
                                PT1000 cartridge sensors NOW IN, just attach to your Duet board directly!

                                1 Reply Last reply Reply Quote 0
                                • joestefanoundefined
                                  joestefano
                                  last edited by

                                  Can someone provide a step by step for creating filaments and assigning them to tools? I was able to create a PLA and ABS but cant figure out how to assign to a tool. I am using Duetwifi with the latest version of DWC and Firmware.

                                  1 Reply Last reply Reply Quote 0
                                  • deckingmanundefined
                                    deckingman
                                    last edited by

                                    @joestefano:

                                    Can someone provide a step by step for creating filaments and assigning them to tools? I was able to create a PLA and ABS but cant figure out how to assign to a tool. I am using Duetwifi with the latest version of DWC and Firmware.

                                    +1

                                    I'd like to know this too please.

                                    Ian
                                    https://somei3deas.wordpress.com/
                                    https://www.youtube.com/@deckingman

                                    1 Reply Last reply Reply Quote 0
                                    • nikkerundefined
                                      nikker
                                      last edited by

                                      Tried to grab the lastest zip and extract to /www on the flash card but when connecting to the web interface i get this 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:

                                      Message: Uncaught ReferenceError: maxHeaters0 is not defined
                                      URL: http://192.168.1.164/js/dwc.js
                                      Line: 1006:115
                                      Error object: {}

                                      Edit: Should have done some more research, updated to the latest edge wifiserver and wififirmware and all works

                                      1 Reply Last reply Reply Quote 0
                                      • kazolarundefined
                                        kazolar
                                        last edited by

                                        I have 4 extruders configured and I only see Fan1 in the Fans section of DWC, can other fans be added there? Technically Fan1 corresponds to Fan0 – so presumably you'd see Fan0,Fan2,Fan4,Fan6?

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

                                          @kazolar:

                                          I have 4 extruders configured and I only see Fan1 in the Fans section of DWC, can other fans be added there? Technically Fan1 corresponds to Fan0 – so presumably you'd see Fan0,Fan2,Fan4,Fan6?

                                          DWC supports 3 fans at the moment. You can toggle their visibility on the settings page.

                                          Duet software engineer

                                          1 Reply Last reply Reply Quote 0
                                          • deckingmanundefined
                                            deckingman
                                            last edited by

                                            @chrishamm.

                                            Chris,

                                            Have you seen this thread that I started ? https://www.duet3d.com/forum/thread.php?id=2094

                                            I wasn't sure if it was firmware or DWC so I didn't post the issue in this thread. It seems now that it is DWC related.

                                            Ian

                                            Ian
                                            https://somei3deas.wordpress.com/
                                            https://www.youtube.com/@deckingman

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