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

      @dragonn I think it's supposed to scale with whatever you have your max temp set to?

      Z-Bot CoreXY Build | Thingiverse Profile

      dragonnundefined 1 Reply Last reply Reply Quote 0
      • dragonnundefined
        dragonn @Phaedrux
        last edited by

        @phaedrux said in Duet Web Control 2.0.0-RC3 is ready:

        @dragonn I think it's supposed to scale with whatever you have your max temp set to?

        I have in my config:

         M143 H1 S350
        

        So it doesn't look like it is working this way.

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

          @dragonn I guess that's how it was supposed to work on the v1 DWC. Here's where I remembered seeing it. https://forum.duet3d.com/topic/2969/allow-scrolling-resizing-and-scaling-of-the-temperature-graph

          Z-Bot CoreXY Build | Thingiverse Profile

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

            @phaedrux said in Duet Web Control 2.0.0-RC3 is ready:

            @dragonn I guess that's how it was supposed to work on the v1 DWC.

            I checked the source code for DWC2 and it is supposed to work the same way. 300°C is the default max but can be overridden by the machines highest temperature. Obviously something is not working as intended.

            I have though found another issue: I have a macro that more or less does the same thing as a G32 for assisted bed leveling would do. It takes to my adjustment screws and displays a Z movement dialog. In this dialog I can click every button exactly once. Then it turns into a spinner and can no longer be used.
            It only happens with M291 inside the macro. If I run M291 directly via GCode input field it works as expected.

            Here is my macro

            G28
            G0 F6000
            G0 Z2
            G0 X7 Y110 ; Middle-left
            M291 S3 Z1 R"Leveling Phase 1" P"Level point 1/3 and press OK"
            G0 Z2
            G0 X215 Y3 ; Front-right
            M291 S3 Z1 R"Leveling Phase 1" P"Level point 2/3 and press OK"
            G0 Z2
            G0 X215 Y215 ; Back-right
            M291 S3 Z1 R"Leveling Phase 1" P"Level point 3/3 and press OK"
            G0 Z2
            G0 X215 Y3 ; Front-right
            G0 Z0
            M291 S3 Z1 R"Leveling Fine-tuning" P"Fine-tune point 1/2 and press OK"
            G0 Z2
            G0 X7 Y110 ; Middle-left
            G0 Z0
            M291 S2 Z1 R"Leveling Fine-tuning" P"Fine-tune point 2/2 and press OK"
            

            P.S.: Same behavior when running G32. I do not have a probe so I use M558 P0 to use manual mode.

            P.P.S.: As with G32 when used on a Delta it will also not report required adjustments for G32 assisted bed leveling.

            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
            • Alex.crundefined
              Alex.cr
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • AlexLinundefined
                AlexLin
                last edited by

                I cannot see how I can pin/lock/override the fan speed..

                1 Reply Last reply Reply Quote 0
                • 3dmntbighkerundefined
                  3dmntbighker
                  last edited by

                  I'm finding that with DWC 2.x on my Maestro the DWC will stop working without affecting the print. And it eventually returns. Is there a know issue that kills the web server, but it eventually recovers? The page just stops being served and then starts again eventually. I tend to use the reprap link. I recall reading discussions about buffer overflow in the web server?

                  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
                  • dc42undefined
                    dc42 administrators
                    last edited by dc42

                    @3dmntbighker, I think the issue you refer to was buffer exhaustion in the firmware that runs on the WiFi module of the Duet WiFi.

                    Is the web interface reliable when you run DWC 1.22.6?

                    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

                    3dmntbighkerundefined 1 Reply Last reply Reply Quote 0
                    • DocTruckerundefined
                      DocTrucker
                      last edited by

                      It runs on v0.6 systems ok aside from a no available sessions message today after 4 hours work.

                      Aside from that only complaint is the temperature values being clipped when the window is resized so 230 was clipped down to 23.

                      Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                      1 Reply Last reply Reply Quote 0
                      • 3dmntbighkerundefined
                        3dmntbighker @dc42
                        last edited by

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

                        @3dmntbighker, I think the issue you refer to was buffer exhaustion in the firmware that runs on the WiFi module of the Duet WiFi.

                        Is the web interface reliable when you run DWC 1.22.6?

                        Ah right. No I have not tried to back rev. The print ran all night. The laser sensor paused it this morning (grrr), and now that I have the display connected I could resume the print to completion. But the DWC stopped working around 11 last night.

                        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
                        • thehansundefined
                          thehans
                          last edited by

                          Hi, I just updated to 2.0.0-RC3 just to check it out(still on an incomplete printer hardware build at the moment), and only one quibble so far. I got one error in a red message box in the corner: "Failed to get file list Directory 0:/filaments not found"

                          I was able to pull the sd card, pop into my PC to add the directory to the root, but could the WebControl possibly just create the directory automatically if it doesn't exist rather than throwing an error? Its just a slight inconvenience because root directories can't be added through the interface either as far as I can tell.

                          1 Reply Last reply Reply Quote 0
                          • Edgars Batnaundefined
                            Edgars Batna
                            last edited by Edgars Batna

                            @chrishamm

                            1. If I go to G-Code Console, select a whole line by first clicking right of it and dragging all the way left and some more, then hit CTRL+C, then select the input box and hit CTRL+V, there's an extra TAB character in the copied text.
                            2. The mesh grid calibration results are no longer displayed after running it. I need to hit F5 so that it gets the latest data and then manually go to the Height Map.
                            3. I can't find a Diagnostics button anywhere.
                            4. Extrude and retract buttons are unusable. config: 0_1547976629806_config_edit.g
                            1 Reply Last reply Reply Quote 0
                            • DocTruckerundefined
                              DocTrucker
                              last edited by DocTrucker

                              The g-code console no longer logs a message at start of build. I found that behaviour useful.

                              Edit: Saves going through:
                              (current time) - (elapsed time) + (simulated time) = (accurate finish time)

                              Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                              1 Reply Last reply Reply Quote 0
                              • nhofundefined
                                nhof
                                last edited by

                                One minor headache I have with RC3 is that I can no longer enter tab characters using the config text editor.

                                1 Reply Last reply Reply Quote 0
                                • SupraGuyundefined
                                  SupraGuy
                                  last edited by

                                  I'm having an odd issue.

                                  Duet Wifi 1.04
                                  Firmware 2.02
                                  Wifi server 1.22
                                  DWC 2.0.0RC3

                                  Sometimes I want to adjust the home position for the Z axis manually, instead of letting the Z probe do it. (I know, I shouldn't need to, and I should just change the Z offset, but I get different results at different temperatures, so...)

                                  Anyway, entering into the G code console:

                                  M558 P0
                                  

                                  Then using the "home Z" button or the "home all" button.

                                  It mostly works as expected, but for whatever reason, on the dialog box to jog the Z axis, I can only press each button once. After that there is a spinning circle in place of the adjust amount, and it will not respond to another click.

                                  It does work when running a G29 mesh level, and I can press the same button repeatedly with the probe set to 0/manual, but it does not work with homing the Z axis.

                                  I didn't end up trying alternate browsers, I only used Chrome, but I did use the Chrome on my PC, and I also tried my phone.

                                  Lead screw driven printer, powered by Duet 2 Wifi
                                  MPCNC powered by Duet 2 Wifi
                                  CoreXY printer driven by Duet 3 6HC
                                  LowRider CNC powered by Duet 2 Wifi

                                  wilrikerundefined calvincdundefined themelleundefined 3 Replies Last reply Reply Quote 0
                                  • wilrikerundefined
                                    wilriker @SupraGuy
                                    last edited by

                                    @supraguy You share this issue with me and at least one other user. 😉

                                    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
                                    • calvincdundefined
                                      calvincd @SupraGuy
                                      last edited by

                                      @supraguy

                                      I am also having a problem with the height adjustment buttons. If I try to run auto calibration and check height manually, my height adjustment buttons will not refresh. If I run the calibration and exit and then use the homeall or home X Y or Z axis the button will not refresh.

                                      1 Reply Last reply Reply Quote 0
                                      • themelleundefined
                                        themelle @SupraGuy
                                        last edited by themelle

                                        @supraguy said in Duet Web Control 2.0.0-RC3 is ready:

                                        It mostly works as expected, but for whatever reason, on the dialog box to jog the Z axis, I can only press each button once. After that there is a spinning circle in place of the adjust amount, and it will not respond to another click.

                                        Same here when trying to run manual Delta calibration using G32.

                                        config.g contains

                                        M558 P0
                                        G31 X0 Y0
                                        

                                        Using the old DWC (/reprap.htm) the process does work, though.

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