-
@thwe Hmmm. I'll look into it.
-
I'm starting to look at this issue now.
As I've been using DueUI myself, I'm also thinking about a height map viewer and the ability to create macros that can use values from the status messages.
-
My new designed surface of the DueUI:
-
@thwe That looks great.
-
@thwe That's fantastic. If you'd like to share your config I'd love to add it to the DueUI wiki and if you're OK with it, I'd like to link to your video from the README (giving you full credit of course).
Is there anything that you'd wished was easier?
-
@gtj0 I like to share the config file, here it is:
Attention:
- Rename the file after download -> make a *.json file from the *.txt file
- The positions are optimized on my 10 " tablet and may not fit on other screens.
- Furthermore: all the buttons deposited commands and values and arrows are necessary to my taste -> own adjustments.
... and you are welcome to link the video
The only thing I miss at the moment is the display/value of the extruder. Otherwise I have to work intensively with it first.
-
@thwe said in DueUI: An Alternate Web Interface:
@gtj0 I like to share the config file, here it is:
Attention:
- Rename the file after download -> make a *.json file from the *.txt file
- The positions are optimized on my 10 " tablet and may not fit on other screens.
- Furthermore: all the buttons deposited commands and values and arrows are necessary to my taste -> own adjustments.
... and you are welcome to link the video
Cool, thanks!
The only thing I miss at the moment is the display/value of the extruder. Otherwise I have to work intensively with it first.
"display/value of the extruder" could you explain a little more?
-
@gtj0 yes, following what i mean:
another thing: is it possible to add a space between the menu tabs (at the bottom)?
-
@thwe For the E position I think you need to use
${status.coords.extr[0]}
in the "value" field for that widget.There isn't a way to add the spaces now but I can add that capability in a few days. I've also got some other fixes that need to be released as well.
-
@gtj0 said in DueUI: An Alternate Web Interface:
@thwe For the E position I think you need to use
${status.coords.extr[0]}
in the "value" field …That was it