• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    chrishamm administrators
    last edited by 14 Aug 2018, 17:33

    Do the same problems persist in DWC 1.22.1? It is part of David's latest firmware release.

    Duet software engineer

    1 Reply Last reply Reply Quote 0
    • undefined
      resam
      last edited by 15 Aug 2018, 09:18

      @chrishamm I just tested your latest 1.22.2 release from an hour ago.
      Still the same issue. The webcam rotation gets reset to 0° after a page reload.

      undefined 1 Reply Last reply 15 Aug 2018, 14:19 Reply Quote 0
      • undefined
        resam
        last edited by resam 15 Aug 2018, 09:23

        @chrishamm actually, I just checked the browser local storage, and it still shows the correct setting. But it seems it doesn't get loaded or applied to the iframe properly.

        0_1534324865710_Screen Shot 2018-08-15 at 11.19.42.png

        When I set the rotation to 180, and click "Apply Settings", the img tag gets a new class="rotate-180" option.
        When I reload the page, this is missing, although the localStorage contains a valid json setting.

        edit:
        When I load the page, and use the dev tools in my browser at https://github.com/chrishamm/DuetWebControl/blob/a5a74e5335ff6a15279247dedf276ab2694a5d56/core/js/settings.js#L217
        settings.webcamRotation is 0,

        getLocalSetting("settings", null); returns the correct rotation setting.

        I think the issue is here: https://github.com/chrishamm/DuetWebControl/blob/a5a74e5335ff6a15279247dedf276ab2694a5d56/core/js/settings.js#L121

        >  settings["webcamRotation"].constructor
        <- ƒ Number() { [native code] }
        >  loadedSettings["webcamRotation"].constructor
        <- ƒ String() { [native code] }
        

        string vs. integer

        edit again:

        YES! I manually changed my localStorage settings from webcamRotation: "180" to "webcamRotation:180` and now it works.

        1 Reply Last reply Reply Quote 0
        • undefined
          kuhnikuehnast @resam
          last edited by 15 Aug 2018, 14:19

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

          @chrishamm I just tested your latest 1.22.2 release from an hour ago.
          Still the same issue. The webcam rotation gets reset to 0° after a page reload.

          Where did you get the 1.22.2 release from? Could only find the 1.22.1?

          undefined 1 Reply Last reply 15 Aug 2018, 19:23 Reply Quote 0
          • undefined
            resam @kuhnikuehnast
            last edited by 15 Aug 2018, 19:23

            @kuhnikuehnast on the dev branch: https://github.com/chrishamm/DuetWebControl/blob/dev/DuetWebControl-1.22.2.zip

            1 Reply Last reply Reply Quote 0
            • undefined
              Agniusm
              last edited by 22 Sept 2018, 09:03

              @chrishamm
              I see new DWC but no download/upload button on mobile devices still.
              Is it that hard to get them enabled on mobile version as this is turning out to be major pain in the a..
              Anyway, any plans?

              1 Reply Last reply Reply Quote 0
              • undefined
                r123
                last edited by 25 Sept 2018, 12:51

                I can never remember the appropriate github page to check for new firmware.

                It would be great if in Webcontrol Settings/General/Software_Information there was a direct link to this page.

                (The page linked to would of course adapt according to the Firmware Electronics detected.)

                Thanks!!

                1 Reply Last reply Reply Quote 2
                • undefined
                  chrishamm administrators
                  last edited by 8 Oct 2018, 21:20

                  @Agniusm It's fixed now, please try out https://github.com/chrishamm/DuetWebControl/blob/dev/DuetWebControl-1.22.4-b1.zip To everyone else: This is still a BETA version so there may be some bugs in it! Use at your own risk!

                  @resam Thanks for tracking it down. AFAIR I introduced a comparison of the constructors when the settings are loaded a while back, so could you check if this issue is resolved now? At least when testing on my machine it seems to be alright.

                  @r123 Usually dc42 includes my latest stable DWC version in his firmware releases and in case you wish to get it from my own repository, I suggest you check the "Releases" tab. I publish my stable releases there, too. Clicking on my name on the Settings page of DWC will lead you to my GitHub page where you can find my DuetWebControl repo.

                  Duet software engineer

                  1 Reply Last reply Reply Quote 1
                  • undefined
                    genghisnico13
                    last edited by genghisnico13 14 Oct 2018, 00:35

                    Would it be possible to add the possibility to select multiple files and move them? Right now you can achieve the same functionality by downloading to the PC, deleting the files on the duet and uploading to the desired folder. Since there is a workaround it's not a priority, but I think it would be a nice feature to have.

                    And perhaps showing the free space of the SD card somewhere in the G-Code Files section? I know you can see it with M39.

                    One small detail I found, in the Machine Properties section if you have a type 9 probe (BLTouch) it shows as Type "Unknown (9)", I am running version 1.22.3, in case you have already fixed it in a newer release.

                    undefined 1 Reply Last reply 14 Oct 2018, 16:15 Reply Quote 0
                    • undefined
                      wilriker @genghisnico13
                      last edited by 14 Oct 2018, 16:15

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

                      Would it be possible to add the possibility to select multiple files and move them?

                      That's already possible. Select them via the checkboxes and then drag'n'drop them to the folder you want to move them. To go up you can use the location above the file list.

                      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

                      undefined 1 Reply Last reply 16 Oct 2018, 01:02 Reply Quote 1
                      • undefined
                        genghisnico13 @wilriker
                        last edited by 16 Oct 2018, 01:02

                        @wilriker Thanks, didn't realize that.

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          Agniusm
                          last edited by Agniusm 12 Dec 2018, 18:11

                          Would be nice to have a print button on upload completion dialog box:
                          Upload complete! and then <<Print>> <<Close>>

                          Just found a button for that :D. Dismiss

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