somekid6

Results 5 issues of somekid6

I think this idea could be expanded on to support thicker wire. The Voron r2.4 uses a pulley gear system [for it's Z drives](https://github.com/VoronDesign/Voron-2/tree/Voron2.4/STLs/Z_Drive) and the parts are readily available...

It might be beneficial to lay one of the roller assemblies on it's back to straighten on another plane. Premade assemblies ([example](https://www.amazon.com/LeTkingok-Wire-and-Cable-Straightener/dp/B09C5RWY1S)) have the rollers rotated for that. [image](https://github.com/jpraus/wirebender/assets/53590807/218f179f-2d3b-4557-9060-faafadc17b28)

Installing pip requirements produces the below error. Support for backports.zoneinfo is minimal for Python3.9+ per [documentation](https://pypi.org/project/backports.zoneinfo/). This is fixed by adding a dependency check in requirements.txt as described [here](https://stackoverflow.com/questions/71712258/error-could-not-build-wheels-for-backports-zoneinfo-which-is-required-to-insta). I've...

Issue: openeft.py tries to open chrome.AppImage and fails as permission is denied. RUNNING BROWSER /bin/sh: 1: ./browser/linux/chrome.AppImage: Permission denied Exception in thread Thread-1 (browser): Traceback (most recent call last): File...

If a user has no middle name they get an index out of range error on submission. ![image](https://github.com/NoahGWood/OpenEFT/assets/53590807/04920643-f73d-4cb4-a0d9-a10b28774f37) ` Traceback (most recent call last): File "/home/kasse/.local/lib/python3.10/site-packages/django/core/handlers/exception.py", line 56, in inner...