Alec Vercruysse

Results 24 comments of Alec Vercruysse

Closes #633. Not sure if my commit to the tests was implemented correctly, I was unable to run any tests on my rpi. Thanks.

@xlla could you elaborate, do you mean the logic for the 10-bit unpack code has changed in this commit to be incorrect? Plugging in `n=5`, and `b=10` I see no...

Good catches, thank you! I changed `_unpack_data` in `picamera/array.py` to reflect the changes you have put in `docs/examples/bayer_data.py` in #660.

Thanks! This looks like an issue with how SolidWorks imported the ipj file, it looks correct on Autodesk Inventor, and converting it to a STEP file fixed all issues. As...

It's taken me a bit due to my limited experience with webapps, but I do have a working example now, built with vue.js. It's hosted for free on [netifly](https://upbeat-ritchie-460ff9.netlify.app/), and...

Thank you for the kind words! I think keeping the stl files under each respective module subfolder in this repository would be ideal, since it facilitates easy contribution of additional...

@kasbah, thanks for reaching out! I loved the design of your webapp and your use of Vue inspired me to go explore it myself! I went ahead and wrote a...

@kasbah I believe the issues with multiple modules is not necessarily needing to add duplicates of a file (in fact, I specifically choose to remove duplicates in uc2-configurator), but rather...

@beniroquai I see how including all .stl files in a root folder is beneficial, especially so that multiple copies of common stls like the lid or base are not present...

@beniroquai, The python script looks good! I see that you include both 3d printed and non-3d printed parts in the script. I can look into adding configuration options, and some...