David Momenso
David Momenso
This might work. I agree we need to test it on an actual Banana Pi board, tough.
This is very good! I was thinking of using wiringPi for sometime now. Unfortunately I do not have a Banana Pi to test it but I have, however, tested it...
Yeah, you're right! It was the pin numbering that is different. I'll leave it working for a while to see if I notice any problems. Thank you.
Why are you using wiringPi, instead of BCM2835 directly?
Ok, I understand. You have a fair point and your implementation is good. The problem is that wiringPi not only adds another dependency to the project but also breaks compatibility...
I like the idea. I'd prefer to have the mapping done in the JS layer. I'd like to avoid growing the C/C++ layer unless there's a good reason for it...
I can reproduce and confirm this issue on Ultimaker Cura 5.7.1. Here is the logs: ```log Fatal Python error: Segmentation fault Current thread 0x000074264ea3b740 (most recent call first): File "UM/View/RenderBatch.py",...