https://github.com/simleek/freecad.actuators
hopefully a freecad plugin that can make some gear-motor actuators
https://github.com/simleek/freecad.actuators
Last synced: 9 months ago
JSON representation
hopefully a freecad plugin that can make some gear-motor actuators
- Host: GitHub
- URL: https://github.com/simleek/freecad.actuators
- Owner: SimLeek
- License: other
- Created: 2025-01-18T03:30:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-13T07:16:57.000Z (about 1 year ago)
- Last Synced: 2025-06-13T08:27:17.862Z (about 1 year ago)
- Language: Python
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
idk what I'm doing. I'm just going to look at other freecad plugins until something works
### Pycharm Fix
PyCharm breaks tests by adding __init__.py to the freecad folder in freecad/actuators. To stop this on linux, run: `chmod u-w freecad`