Auto-Assigned Macro Icons seems to work well. Now I have to deal with the fact that many macros have very long names.
Not a problem with Workbenches
I think i will sacrify real state, in favor of readability:
Yes, and in my tablet looks awesome, i will take some screenshots of the tablet tomorrow, by now this is on my phone:HakanSeven12 wrote: ↑Thu Feb 11, 2021 4:12 amLast pic looks nice. I think variable sizes looks better
Looks good.Mikeosaurus wrote: ↑Tue Mar 02, 2021 9:09 pmNice.
Just been playing with Macro Deck (free but android+windows only) tonight on an old tablet and found your post after wondering if anybody else has added something so awesome, but looks like you beat me to it.
I've only been at it for 30 mins playing around (most of which was converting the FreeCad svg artwork to png and adding the Shortcuts Add-on)... but this video should give the general gist.
Maybe try this: send a request for status change info an a constant loop - without delay. But on server side when you got that request do not answer imidiately with 'no change' but instead wait up to say 10-20s for possible change and report status when there is change or time is up. Limit is required to avoid connection timeout. This way you get info about status whenever there is a change at the moment of change, and you are sending few small requests for minute what should not create a performance problem.
Code: Select all
Error in DNA/RNA.py:
Traceback (most recent call last):
File "/home/doul/body.py", line 279, in set_third_arm
return part.body.getElement(third_hand)
<class 'HumanBody'>: no member third hand