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

    Problems in web interface

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    17
    3.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.
    • curieosundefined
      curieos
      last edited by

      I can't? What happens is I change the config, I scroll down to apply settings, I click that, then the interface "refreshes", it goes back to the machine control panel, but nothing has changed.

      Also if I change the config file, don't click "apply changes", and go to any other tab (whether it be in the settings pane or to machine control, etc) the changes are not there. Not sure if this is supposed to happen? Maybe the web interface bin is messed up?

      She/Her
      I work at a local 3D printing shop.
      Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

      1 Reply Last reply Reply Quote 0
      • elmoretundefined
        elmoret
        last edited by

        I go here:

        Add a line:

        Click apply:

        The very next thing that happens is I'm brought to the main screen:

        And if I go back to the config.g:

        The extra line is gone.

        1 Reply Last reply Reply Quote 0
        • curieosundefined
          curieos
          last edited by

          Same exact thing for me. I really like how simple the interface is to use to configure so I'm waiting to get this figured out before I install it in my printer.

          She/Her
          I work at a local 3D printing shop.
          Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

          1 Reply Last reply Reply Quote 0
          • elmoretundefined
            elmoret
            last edited by

            So that was in OS X/Safari, in Win7/Firefox I see a upload window flash for a second and then this prompt:

            So it seems to be browser or OS related.

            1 Reply Last reply Reply Quote 0
            • elmoretundefined
              elmoret
              last edited by

              Works OK in OSX/Firefox, bug seems to be limited to Safari.

              1 Reply Last reply Reply Quote 0
              • curieosundefined
                curieos
                last edited by

                Well darn. I tried to connect in chrome but it wouldn't accept the .local thing, it kept googling it

                I downloaded firefox and tried it in that and its working fine now. Is this considered a bug thats going to be fixed? I can use firefox with this, its not a big deal, but I do normally use Safari.

                Also is the 5ghz vs 2.4ghz thing something to be concerned about? Same goes with that, I can connect to the 2.4ghz network but I normally connect to the 5ghz network.

                She/Her
                I work at a local 3D printing shop.
                Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

                1 Reply Last reply Reply Quote 0
                • elmoretundefined
                  elmoret
                  last edited by

                  Throw a "/" at the end of .local, should force Chrome not to search.

                  I imagine it will be fixed, yes.

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

                    DuetWebControl uses Ajax, and apparently Safari doesn't work properly with that but I don't know the details. I'll ask the author of DuetWebControl to take a look. In the meantime I suggest Chrome or Firefox. Edge seems to work OK for me too, but I haven't tested it thoroughly.

                    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
                    • curieosundefined
                      curieos
                      last edited by

                      I've been leaving the duet powered on for an extended period of time connected to my computer. I guess I kinda forgot about it tbh. After a while (first time was 2 or 3 hours, this time it was closer to 30 minutes or less) It does the same disconnection problem I was having earlier with the differing network bandwidths. I can't reconnect after it disconnects, I have to restart the duet completely. Not sure whats going on. Are there any logs I can check to see whats going on?

                      She/Her
                      I work at a local 3D printing shop.
                      Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

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

                        To see what is going on, connect Pronterface or a terminal emulator via USB. Check whether the Duet WiFi responds to simple gcode commands such as M119. If it does then try restarting the wifi module by sending M552 S0 followed by M552 S1.

                        You can also send M111 S1 which will enable debug output.

                        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
                        • curieosundefined
                          curieos
                          last edited by

                          I'll try this in the morning. Thanks dc

                          She/Her
                          I work at a local 3D printing shop.
                          Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

                          1 Reply Last reply Reply Quote 0
                          • curieosundefined
                            curieos
                            last edited by

                            So the last things in the log before the disconnect were

                            [c]Request: status?type=1 fragment 2147483648
                            Resp 2147483648: 000100c8 000001a7 {"st…s
                            Class Heat spinning
                            Class PrintMonitor spinning
                            Class Platform spinning
                            Class WebServer spinning
                            Class GCodes spinning
                            Class Move spinning
                            Request: disconnect fragment 2147483648
                            Resp 2147483648: 000100c8 00000009 {"err":0}[/c]

                            It then repeated the class spinning thing a bit later. I was away when this happened. When I got back I was able to reconnect, but it was several hours later.

                            She/Her
                            I work at a local 3D printing shop.
                            Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

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

                              The log shows that web browser requested a disconnection. Assuming you didn't press Disconnect, this usually means it had an Ajax error. Did you copy the details of the Ajax error message in the browser? Sometimes it gives additional information, such as a timeout or a JSON parsing error.

                              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
                              • curieosundefined
                                curieos
                                last edited by

                                Of course I don't get the error I want. I'll try again tonight.

                                She/Her
                                I work at a local 3D printing shop.
                                Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

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