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

    3.2.0. - beta 1

    Scheduled Pinned Locked Moved
    DueUI
    2
    4
    436
    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.
    • stuartofmtundefined
      stuartofmt
      last edited by

      I installed the new files and tried with my prior config.json.
      Immediately got a lot of errors - looks like it's to do with how values are now named ?

      This from the console

      Capture.PNG

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

        @stuartofmt Rats. I should have mentioned that. The old rr_status method of querying printer state is kinda deprecated in favor of using rr_model which (theoretically) should match the same model produced by the DSF. This make sit so that you don't have to have 2 different configs depending on whether you're operating in DSF or standalone mode. Unfortunately, this means that the parameter names in your config file have to change to the new format. I uploaded a sample of the new object model from my own board so you should be able to use it as a guide for changing your existing config file.

        https://github.com/gtjoseph/DueUI/wiki/State-RRF-3.1-Standalone

        I guess I should update the "What's New" page.

        1 Reply Last reply Reply Quote 0
        • stuartofmtundefined
          stuartofmt
          last edited by

          Yikes !

          OK - I will trawl through later today / tomorrow.

          I also noticed an error if the url method is used ( e.g. http://localhost/dueui.html?dueui_config_url=http://localhost/config_pi_panel_sofmt_V3.json&theme=Darkly&duet_host=192.168.86.235 ) AND if DueUISettings are defined in the config file e.g.

          class DueUISettings {
          	backend_type = "STANDALONE";
          	duet_debug_polling_enabled = 0;
          	duet_host = "192.168.86.235";
          	duet_password = "reprap";
          	duet_poll_interval_1 = 500;
          	duet_poll_interval_2 = 0;
          	duet_poll_interval_3 = 3000;
          	duet_polling_enabled = 1;
          	dueui_settings_dont_send_gcode = 0;
          	dueui_test_mode = 0;
          	theme = "Darkly";
          }
          

          Apart from not displaying anything (and I mean nothing) the browser console gives this error clue.

          Capture.PNG

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

            @stuartofmt Yeah, I'm really sorry about the name changes. It was work I did back in May that I never released and I just lost track of it.

            I'll get that bug fixed this afternoon.

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