arpruss

Results 74 comments of arpruss

I think you're not using the latest version in the repository.

Try 0.12 which I just posted. Or use an earlier Python. The issue is Python 3.10 compatibility.

No, that's not the same. I'm guessing you have no solid colored lines in your drawing.

None. Why do you need to define it?

Oh, that makes sense. Alas, gcodeplot doesn't support line thickness. It only draws a single line for each line in the svg. It's not a bad idea for the future,...

No. But you can use --config=filename.

I've figured out the clustering mode, I think. The data starts at offset 61, and it is a sequence of 16-byte items, one per cluster, each consisting of 8 littleendian...

I figured out the DPD mode. It is also a sequence of clusters, in the same format as in clustering mode, starting at offset 61. However, there is an extra...

Thanks for the response! I will try to remember to document the firmware when I get the joycon back from Nintendo (today I sent it for drift repair).

BTW, do you happen to have a recommendation for a good library for communicating with the joycon over BT in python? I have a project which turns a Wiimote into...