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

    DueUI Release 3.0.1-beta2 Available

    Scheduled Pinned Locked Moved
    DueUI
    10
    50
    6.5k
    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.
    • Dr_Ju_Juundefined
      Dr_Ju_Ju
      last edited by

      Hi George,

      Thanks for you suggestions. looks like I'll have to put my thinking cap on ....

      All my servers have a local domain web server, so I'll have to look at putting something on one of those. I could probably do a simple selection menu, with sub folders for each remote host & dedicated config files so that nothing needs to be entered\saved in the browser....

      Julian,

      Old goat, learning new thingsโ€ฆ.

      gtj0undefined 1 Reply Last reply Reply Quote 0
      • gtj0undefined
        gtj0 @Dr_Ju_Ju
        last edited by

        @Dr_Ju_Ju There are lots of ways to skin this cat. ๐Ÿ™‚ Using the methods above, you'd never even see the DueUI settings page.

        1 Reply Last reply Reply Quote 0
        • garisundefined
          garis
          last edited by

          I am trying to use dueui again after a long absence, waiting for it to stabilise. Just installed the latest version 3.2.0 to a Duet2 wifi with latest firmware. As the code has been substantially modified I am going to start from scratch again.

          Step 1. I used the default config standalone.json file. A continuous string of 'Cannot read property "all of them " undefined'. Problem with dueui-bundle.js. Not reading the machine state file. This is way above my pay grade being a humble mechanical person who only wrote limited Fortran in anger in 1970 onto punchcards.

          Step 2. I replaced it with the simple.json file which did work so at least it appears the software and settings are ok - perhaps

          I am curious about the syntax in the json file for comments - my online search says no comments are allowed but clearly you have them /* */ and also single lines with // but there are a few value formulae lines with // and also followed by a line with "value" : 0.

          I like the idea of putting the settings in the top of the config file but does that make the settings page/file redundant? The settings file is the dueui.html which loads the config.json. I would like access from more than one computer without having the settings in each browser.

          gtj0undefined 1 Reply Last reply Reply Quote 0
          • gtj0undefined
            gtj0 @garis
            last edited by

            @garis said in DueUI Release 3.0.1-beta2 Available:

            Step 1. I used the default config standalone.json file. A continuous string of 'Cannot read property "all of them " undefined'. Problem with dueui-bundle.js. Not reading the machine state file

            Hmmmm. I'll have to fire up an old Duet2 to test. Sorry about that.

            ...who only wrote limited Fortran in anger in 1970 onto punchcards.

            I also write Fortran onto punchcards for an IBM 1130. I loved the sounds of the 029 keypunch machines and the 1442 card punch/reader. I must be (am) weird. ๐Ÿ™‚

            I am curious about the syntax in the json file for comments - my online search says no comments are allowed

            The file extension is .json but the contents are actually full JavaScript. That's why you can embed comments and other constructs like classes and functions in them. For security reasons, web servers and browsers can be very finicky when it comes to serving JavaScript files directly so the .json extension is used.

            I like the idea of putting the settings in the top of the config file but does that make the settings page/file redundant?

            Yep, that's the point. If you have one printer and one browser, then using the setting page is easier because you only have to do it once.

            The settings file is the dueui.html which loads the config.json. I would like access from more than one computer without having the settings in each browser.

            Actually, it's dueui.js that loads the config.json and that's exactly the point of putting the settings in the config.json.

            There are 3 ways to specify the settings, in increasing priority...

            • The "Settings" page.
            • In the DueUISettings object in the config.json.
            • In the URL as a query parameter.

            So if you use http://yourdueui/dueui.html?duet_host=192.168.0.99 for instance, this would override the duet_host setting in the config.json (which would have overridden the duet_host setting in the "Settings" page).

            https://github.com/gtjoseph/DueUI/wiki/Configuration

            With this capability, you can handle anything from single printer/single browser to a large printer farm.

            1 Reply Last reply Reply Quote 0
            • garisundefined
              garis
              last edited by

              @gtj0 said in DueUI Release 3.0.1-beta2 Available:

              Hmmmm. I'll have to fire up an old Duet2 to test. Sorry about that.

              A gentle reminder about this. It would be a shame if Dueui is no longer compatible with Duet2.

              gtj0undefined 2 Replies Last reply Reply Quote 0
              • gtj0undefined
                gtj0 @garis
                last edited by

                @garis said in DueUI Release 3.0.1-beta2 Available:

                @gtj0 said in DueUI Release 3.0.1-beta2 Available:

                Hmmmm. I'll have to fire up an old Duet2 to test. Sorry about that.

                A gentle reminder about this. It would be a shame if Dueui is no longer compatible with Duet2.

                Aw crap. I did forget all about this. OK, I'll get it sorted today or tomorrow. Sorry about that!

                1 Reply Last reply Reply Quote 0
                • gtj0undefined
                  gtj0 @garis
                  last edited by

                  @garis said in DueUI Release 3.0.1-beta2 Available:

                  @gtj0 said in DueUI Release 3.0.1-beta2 Available:

                  Hmmmm. I'll have to fire up an old Duet2 to test. Sorry about that.

                  A gentle reminder about this. It would be a shame if Dueui is no longer compatible with Duet2.

                  OK, I found a bunch of issues in the default/sample configs. I should have a new release up tomorrow which will also include a few fixes in the connectivity area as well as some instructions for updating config.g's network settings.

                  gtj0undefined 1 Reply Last reply Reply Quote 1
                  • gtj0undefined
                    gtj0 @gtj0
                    last edited by

                    @gtj0 said in DueUI Release 3.0.1-beta2 Available:

                    @garis said in DueUI Release 3.0.1-beta2 Available:

                    @gtj0 said in DueUI Release 3.0.1-beta2 Available:

                    Hmmmm. I'll have to fire up an old Duet2 to test. Sorry about that.

                    A gentle reminder about this. It would be a shame if Dueui is no longer compatible with Duet2.

                    OK, I found a bunch of issues in the default/sample configs. I should have a new release up tomorrow which will also include a few fixes in the connectivity area as well as some instructions for updating config.g's network settings.

                    I'm going to hold off on a release for a few days. I'm investigating ways to make things simpler by removing the distinction between standalone and DSF versions.

                    garisundefined 1 Reply Last reply Reply Quote 0
                    • garisundefined
                      garis @gtj0
                      last edited by

                      @gtj0 Always in favour of Simpler.

                      gtj0undefined 1 Reply Last reply Reply Quote 0
                      • gtj0undefined
                        gtj0 @garis
                        last edited by

                        @garis said in DueUI Release 3.0.1-beta2 Available:

                        @gtj0 Always in favour of Simpler.

                        Me too. ๐Ÿ™‚

                        I think I have it working but I need to clean it up and test in a few browsers.

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