3.2.0. - beta 1
-
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
-
@stuartofmt Rats. I should have mentioned that. The old
rr_status
method of querying printer state is kinda deprecated in favor of usingrr_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.
-
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.
-
@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.