An open API service indexing awesome lists of open source software.

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

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`