George Joseph

Results 258 comments of George Joseph

Should be easy. Take a look at the "atx_power" button definition. It has a "state" object that looks like this... ``` "state": { "states": [ { "state": false, "classes": "btn-danger",...

I thought I answered your question about the dropdown font size earlier in the week but I guess I forgot. Sorry! You currently can't change the styles of those items...

Hmmm. The heightmap.csv file looks different than expected. I wonder if format changed and I didn't notice. I'll take a look tomorrow.

Oh, I forgot to ask...can you attach your config.g file? I want to see how your axes are set up.

It looks like RRF and DSF are out of sync. RRF always writes the new format file while DSF writes the previous version. The heightmap.csv file you posted looks like...

The difference is in the header info. The actual measurements are in the same format. The latest version (your printer): ``` RepRapFirmware height map file v2 generated at 2021-10-14 23:11,...

I just released v3.3.1 that has the fix for the new heightmap and also allows you to change the style of the different components of the heightmap widget. https://github.com/gtjoseph/DueUI/releases/tag/v3.3.1 https://github.com/gtjoseph/DueUI/wiki/Heightmap...

Very Nice! Would you be OK with me copying the screenshots into the wiki as an example setup? It wold also be cool if you posted your setup in the...

Bria's TLS+SRTP implementation works fine with Asterisk. Their push service also works fine with Asterisk although it's a paid add-on.

Any progress on keybindings? I took bindings.c from the keybindings branch, pulled it into master, then added support for send_command (from geanylua). It all works OK although it doesn't clean...